diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-07-17 17:01:21 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-07-17 17:01:21 +0000 |
commit | fa1c301ccd1f4027d5b3898e77b5840894bbd6fc (patch) | |
tree | b7ef87e18dc65bb6a7c89a32e01cf88a353d53e3 /security/racoon2/Makefile | |
parent | 84b5fba371a722abd72ce9756e6907ab2f6f0f0a (diff) |
Notes
Diffstat (limited to 'security/racoon2/Makefile')
-rw-r--r-- | security/racoon2/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index 9642ca31c2d0..8f698b767d5b 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -6,10 +6,9 @@ # PORTNAME= racoon2 -PORTVERSION= 20051102a -PORTREVISION= 3 +PORTVERSION= 20060712a CATEGORIES= security net ipv6 -MASTER_SITES= ftp://ftp.kame.net/pub/racoon2/ +MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/ EXTRACT_SUFX= .tgz MAINTAINER= sumikawa@FreeBSD.org @@ -45,11 +44,11 @@ PLIST_SUB+= KINK="@comment " .endif .if !defined(NOPORTDOCS) -PORTDOCS+= INSTALL USAGE USAGE.iked USAGE.spmd config-usage.ja.txt -PORTDOCS+= config-usage.txt iked-memo.ja.txt libracoon.ja.txt -PORTDOCS+= specification.ja.txt spmif.txt style.txt system-message.ja.txt +PORTDOCS+= INSTALL USAGE config-usage.ja.txt config-usage.txt +PORTDOCS+= iked-memo.ja.txt libracoon.ja.txt specification.ja.txt +PORTDOCS+= spmif.txt style.txt system-message.ja.txt .if defined (WITH_KINK) -PORTDOCS+= USAGE.kinkd kinkd-data-struct.obj kinkd-impl.ja.txt +PORTDOCS+= kinkd-data-struct.obj kinkd-impl.ja.txt PORTDOCS+= kinkd-install.ja.txt kinkd-state-txn.obj .endif .endif |