diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:26:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:26:25 +0000 |
commit | 9f770d9483973c45f0e6b7a97f42cb1186f40150 (patch) | |
tree | c308f1708acb5c9f8f20c3c967b542c0b0b27b95 | |
parent | 7b1860487d6b3db9ff62adffa0e5bd77909e9374 (diff) | |
download | ports-9f770d9483973c45f0e6b7a97f42cb1186f40150.tar.gz ports-9f770d9483973c45f0e6b7a97f42cb1186f40150.zip |
- Stage support
Notes
Notes:
svn path=/head/; revision=347597
-rw-r--r-- | security/fwknop/Makefile | 3 | ||||
-rw-r--r-- | security/fwknop/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/security/fwknop/Makefile b/security/fwknop/Makefile index 011e7c9ccd52..1a61f58d2509 100644 --- a/security/fwknop/Makefile +++ b/security/fwknop/Makefile @@ -15,14 +15,11 @@ LICENSE= GPLv2 OPTIONS_DEFINE= GPGME OPTIONS_DEFAULT= GPGME GPGME_DESC= Build support for gpgme -MAN8= fwknop.8 fwknopd.8 INFO= libfko -MANCOMPRESSED= no GNU_CONFIGURE= yes USE_RC_SUBR= fwknopd USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGPGME} diff --git a/security/fwknop/pkg-plist b/security/fwknop/pkg-plist index 406f80b0bb7d..e09641235f22 100644 --- a/security/fwknop/pkg-plist +++ b/security/fwknop/pkg-plist @@ -7,4 +7,6 @@ lib/libfko.la lib/libfko.so lib/libfko.so.2 sbin/fwknopd +man/man8/fwknop.8.gz +man/man8/fwknopd.8.gz @dirrm %%ETCDIR%% |