diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2005-11-04 02:44:53 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2005-11-04 02:44:53 +0000 |
commit | ad3f0608f4b5a40cd3e2567864cd92d12ad0ebbe (patch) | |
tree | e31cb2c720fb7f92dc61cebb43ac071fcdc186f7 /security | |
parent | - Unbreak on amd64: manually run build-locale-archive that is usually runned (diff) |
Fix plist.
Notes
Notes:
svn path=/head/; revision=147181
Diffstat (limited to 'security')
-rw-r--r-- | security/racoon2/Makefile | 3 | ||||
-rw-r--r-- | security/racoon2/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index 4cec85eb4fef..32d3521ab626 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -7,6 +7,7 @@ PORTNAME= racoon2 PORTVERSION= 20051102a +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= ftp://ftp.kame.net/pub/racoon2/ EXTRACT_SUFX= .tgz @@ -35,7 +36,7 @@ PORTDOCS+= kinkd-install.ja.txt kinkd-state-txn.obj libracoon.ja.txt PORTDOCS+= specification.ja.txt spmif.txt style.txt system-message.ja.txt .endif -MAN8= spmd.8 spmdctl.8 kinkd.8 +MAN8= spmd.8 spmdctl.8 kinkd.8 pskgen.8 post-patch: .if !defined(NOPORTDOCS) diff --git a/security/racoon2/pkg-plist b/security/racoon2/pkg-plist index 588b455237fc..3526106534cc 100644 --- a/security/racoon2/pkg-plist +++ b/security/racoon2/pkg-plist @@ -7,6 +7,7 @@ etc/racoon2.conf.sample etc/rc.d/iked.sh etc/rc.d/spmd.sh etc/rc.d/kinkd.sh +etc/rc.d/racoon2.sh %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.jp %%PORTDOCS%%%%DOCSDIR%%/README |