aboutsummaryrefslogtreecommitdiff
path: root/security/racoon2/Makefile
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2000-10-16 21:02:15 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2000-10-16 21:02:15 +0000
commitf5b03a109828868daf29692541ffc011d1fb1fc9 (patch)
tree24b942e5d5382eed20e8e5f49ce8c648c2a59f73 /security/racoon2/Makefile
parentd94079c78ea1fc61fa39c35c0afb80378346d767 (diff)
downloadports-f5b03a109828868daf29692541ffc011d1fb1fc9.tar.gz
ports-f5b03a109828868daf29692541ffc011d1fb1fc9.zip
Notes
Diffstat (limited to 'security/racoon2/Makefile')
-rw-r--r--security/racoon2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile
index f501a13b3362..e89dff031eb0 100644
--- a/security/racoon2/Makefile
+++ b/security/racoon2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= racoon
-PORTVERSION= 20000719a
+PORTVERSION= 20001017b
CATEGORIES= security net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
@@ -35,4 +35,10 @@ pre-patch:
pre-configure:
(cd ${WRKSRC}/../libipsec; make)
+post-install:
+ @if [ -z `/sbin/sysctl -a | ${GREP} -q ipsec && echo ipsec` ]; then \
+ ${ECHO_MSG} "WARNING: IPsec feature is disabled on this host"; \
+ ${ECHO_MSG} " You must build the kernel if you want to run racoon on the host"; \
+ fi ;
+
.include <bsd.port.mk>