diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-09 22:43:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-09 22:43:44 +0800 |
commit | 88af997a691d03a21e86a27889c874061d4856bb (patch) | |
tree | 821a5b3e909061ec4d366d00cf198210f8cdc6ab | |
parent | fe54e2c6789b8cdfd9994a1e0a631cc7e7204962 (diff) | |
download | freebsd-ports-gnome-88af997a691d03a21e86a27889c874061d4856bb.tar.gz freebsd-ports-gnome-88af997a691d03a21e86a27889c874061d4856bb.tar.zst freebsd-ports-gnome-88af997a691d03a21e86a27889c874061d4856bb.zip |
- Stage support
-rw-r--r-- | security/isakmpd/Makefile | 5 | ||||
-rw-r--r-- | security/isakmpd/pkg-plist | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 9c848ac9a63f..4d5910aedbe5 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -24,13 +24,8 @@ BUILD_DEPENDS+= keynote:${PORTSDIR}/security/keynote USE_RC_SUBR= isakmpd MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man LC_ALL=C -MAN5= isakmpd.conf.5 isakmpd.policy.5 -MAN8= certpatch.8 isakmpd.8 -MANCOMPRESSED= yes - USE_OPENSSL= yes -NO_STAGE= yes MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> diff --git a/security/isakmpd/pkg-plist b/security/isakmpd/pkg-plist index 77e92ee33423..a24c171eea25 100644 --- a/security/isakmpd/pkg-plist +++ b/security/isakmpd/pkg-plist @@ -9,4 +9,8 @@ share/examples/isakmpd/singlehost-east.gdb share/examples/isakmpd/singlehost-setup.sh share/examples/isakmpd/singlehost-west.conf share/examples/isakmpd/singlehost-west.gdb +man/man5/isakmpd.conf.5.gz +man/man5/isakmpd.policy.5.gz +man/man8/certpatch.8.gz +man/man8/isakmpd.8.gz @dirrm share/examples/isakmpd |