diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2005-07-05 13:09:01 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2005-07-05 13:09:01 +0800 |
commit | e2305652fdc6b1a9e6c44cb41482b34b309555c7 (patch) | |
tree | 5875447a411e23a766e90df3b6b01cd78dbf4380 /security/racoon2/Makefile | |
parent | 7986b878bf16d82cc1045133f6411291dbf88c45 (diff) | |
download | freebsd-ports-gnome-e2305652fdc6b1a9e6c44cb41482b34b309555c7.tar.gz freebsd-ports-gnome-e2305652fdc6b1a9e6c44cb41482b34b309555c7.tar.zst freebsd-ports-gnome-e2305652fdc6b1a9e6c44cb41482b34b309555c7.zip |
Fix pkg-plist.
Diffstat (limited to 'security/racoon2/Makefile')
-rw-r--r-- | security/racoon2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index dee938e2fb05..43e0ff3f5b5c 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -7,6 +7,7 @@ PORTNAME= racoon2 PORTVERSION= 20050625b +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= ftp://ftp.kame.net/pub/racoon2/ EXTRACT_SUFX= .tgz @@ -36,6 +37,8 @@ PORTDOCS+= kinkd-state-txn.obj libracoon.ja.txt racoon2.conf.ikev2 PORTDOCS+= racoon2.conf.kink specification.ja.txt spmif.txt system-message.ja.txt .endif +MAN8= spmd.8 spmdctl.8 kinkd.8 + post-patch: .if !defined(NOPORTDOCS) .for FILE in ${PORTDOCS} |