diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2008-04-17 14:28:39 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2008-04-17 14:28:39 +0800 |
commit | 55dc4e3ec41b611098956adc099bb3c5ab07e8ac (patch) | |
tree | d5035f93bb32f2e5f4a9d366fbd98f5c17e991a3 /security/racoon2/Makefile | |
parent | c28952ff41e3f67c75ada0994f70198cede18bc8 (diff) | |
download | freebsd-ports-gnome-55dc4e3ec41b611098956adc099bb3c5ab07e8ac.tar.gz freebsd-ports-gnome-55dc4e3ec41b611098956adc099bb3c5ab07e8ac.tar.zst freebsd-ports-gnome-55dc4e3ec41b611098956adc099bb3c5ab07e8ac.zip |
Upgrade to 20071227e.
PR: ports/119795
From: Yarema <yds@CoolRat.org>
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 |