diff options
Diffstat (limited to 'security/racoon2/Makefile')
-rw-r--r-- | security/racoon2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index 68a6bd4a3961..42cd11b684a3 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= racoon2 -PORTVERSION= 20070720a -PORTREVISION= 3 +PORTVERSION= 20071227e CATEGORIES= security net ipv6 MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/ EXTRACT_SUFX= .tgz @@ -21,7 +20,7 @@ USE_OPENSSL= YES USE_AUTOTOOLS= autoconf:261 CONFIGURE_TARGET= GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=${LOCALBASE}/etc +CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/racoon2 OPTIONS= KINK "enable KINK support" off |