diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:23:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:23:01 +0000 |
commit | ffc6dc660380ee2d407ca6b0ec3c3d0a2aa27f29 (patch) | |
tree | decfe6bedbdcc6b71ea12b53ba685dda59506c81 /net/pen | |
parent | 4910785e9fdc810e43b07b0546675ef40d6046cb (diff) |
Notes
Diffstat (limited to 'net/pen')
-rw-r--r-- | net/pen/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/pen/Makefile b/net/pen/Makefile index c27817d2d3e3..e9dac6a526d6 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -18,7 +18,9 @@ CONFIGURE_ARGS= --with-daemon --with-docdir=${DOCSDIR} \ PORTDOCS= penstats HOWTO AUTHORS README ChangeLog COPYING PLIST_FILES= bin/mergelogs bin/pen bin/penctl bin/penlog \ - bin/penlogd + bin/penlogd man/man1/mergelogs.1.gz \ + man/man1/pen.1.gz man/man1/penctl.1.gz \ + man/man1/penlog.1.gz man/man1/penlogd.1.gz .if defined(WITH_FDSETSIZE) CONFIGURE_ARGS+= --with-fd_setsize=${WITH_FDSETSIZE} @@ -34,7 +36,4 @@ CONFIGURE_ARGS+= --with-kqueue MAKE_ARGS+= -DNOPORTDOCS .endif -MAN1= mergelogs.1 pen.1 penctl.1 penlog.1 penlogd.1 - -NO_STAGE= yes .include <bsd.port.mk> |