diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-10-16 21:02:15 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-10-16 21:02:15 +0000 |
commit | f5b03a109828868daf29692541ffc011d1fb1fc9 (patch) | |
tree | 24b942e5d5382eed20e8e5f49ce8c648c2a59f73 /security/racoon/Makefile | |
parent | d94079c78ea1fc61fa39c35c0afb80378346d767 (diff) | |
download | ports-f5b03a109828868daf29692541ffc011d1fb1fc9.tar.gz ports-f5b03a109828868daf29692541ffc011d1fb1fc9.zip |
Notes
Diffstat (limited to 'security/racoon/Makefile')
-rw-r--r-- | security/racoon/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile index f501a13b3362..e89dff031eb0 100644 --- a/security/racoon/Makefile +++ b/security/racoon/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> |