===> Building for portfwd-0.29_1
gmake[1]: Entering directory '/wrkdirs/usr/ports/net/portfwd/work/portfwd-0.29'
cd . && /wrkdirs/usr/ports/net/portfwd/work/portfwd-0.29/config/missing aclocal-1.4
WARNING: `aclocal-1.4' is needed, and you do not seem to have it handy on your
system. You might have modified some files without having the
proper tools for further handling them. Check the `README' file,
it often tells you about the needed prerequirements for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing `aclocal-1.4' program.
gmake[1]: *** [Makefile:104: aclocal.m4] Error 1
gmake[1]: Leaving directory '/wrkdirs/usr/ports/net/portfwd/work/portfwd-0.29'
- Fix LICENSE, add license file
- Switch to options helpers
- Fix plist to properly optionize EXAMPLES
Approved by: portmgr blanket
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
--- doc/Makefile.am.orig 2016-08-27 09:36:16 UTC
|
|
+++ doc/Makefile.am
|
|
@@ -3,5 +3,5 @@
|
|
man_MANS = portfwd.8 portfwd.cfg.5
|
|
noinst_DATA = INSTALL.configure
|
|
|
|
-docdir = $(prefix)/doc/portfwd
|
|
+docdir = $(prefix)/share/doc/portfwd
|
|
doc_DATA = FAQ conf.txt
|