diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2001-08-06 21:01:44 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2001-08-06 21:01:44 +0800 |
commit | b5fc68ef5e8d5801316bbeae63d5eb4493d22167 (patch) | |
tree | 331598456391f094a28144a606bd7fde7137aa1e /security/racoon2/Makefile | |
parent | 47a7ab93db53a2872771db270eed1c6fd7b50196 (diff) | |
download | freebsd-ports-gnome-b5fc68ef5e8d5801316bbeae63d5eb4493d22167.tar.gz freebsd-ports-gnome-b5fc68ef5e8d5801316bbeae63d5eb4493d22167.tar.zst freebsd-ports-gnome-b5fc68ef5e8d5801316bbeae63d5eb4493d22167.zip |
Upgrade to 20010802a.
Diffstat (limited to 'security/racoon2/Makefile')
-rw-r--r-- | security/racoon2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index 9610fcfd0ee2..f3d83385357a 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= racoon -PORTVERSION= 20010418a +PORTVERSION= 20010802a CATEGORIES= security net MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ @@ -25,6 +25,7 @@ CONFIGURE_ENV+=CPPFLAGS=-I${LOCALBASE}/include CFLAGS=-I${LOCALBASE}/include \ CONFIGURE_ARGS+=--enable-debug CONFIGURE_ARGS+=--enable-ipv6 CONFIGURE_ARGS+=--sysconfdir=${LOCALBASE}/etc +CONFIGURE_ARGS+=--with-pkgversion=${PORTVERSION} MAN5= racoon.conf.5 MAN8= racoon.8 |