diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-09-10 08:22:59 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-09-10 08:22:59 +0000 |
commit | 7aba119cf1e387827bfff61763ac008b2d9a70fe (patch) | |
tree | e01b2713d082bc264e7674ecb7957e4f4cd6d9ea /security/isakmpd/Makefile | |
parent | bf3a028ff1f4e1da3281fffed2fe8eb6b1661240 (diff) | |
download | ports-7aba119cf1e387827bfff61763ac008b2d9a70fe.tar.gz ports-7aba119cf1e387827bfff61763ac008b2d9a70fe.zip |
Notes
Diffstat (limited to 'security/isakmpd/Makefile')
-rw-r--r-- | security/isakmpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 6f8eec259181..18b548b12a99 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -10,7 +10,7 @@ PORTNAME= isakmpd PORTVERSION= 20021118 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_NETBSD} MASTER_SITE_SUBDIR= LOCAL_PORTS @@ -34,7 +34,7 @@ WRKSRC= ${WRKDIR}/isakmpd MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man MAN5= isakmpd.conf.5 isakmpd.policy.5 -MAN8= isakmpd.8 +MAN8= certpatch.8 isakmpd.8 MANCOMPRESSED= yes post-patch: |