diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2000-10-17 05:02:15 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2000-10-17 05:02:15 +0800 |
commit | 472c1283a158c584382ebe58c27993fdb088ac1b (patch) | |
tree | fe92547473dc6182dadeeb74ba0d82f6a908d943 /security/racoon/Makefile | |
parent | 94edd983b3acae96e4014f60ed5c06d9bb6aaa12 (diff) | |
download | freebsd-ports-gnome-472c1283a158c584382ebe58c27993fdb088ac1b.tar.gz freebsd-ports-gnome-472c1283a158c584382ebe58c27993fdb088ac1b.tar.zst freebsd-ports-gnome-472c1283a158c584382ebe58c27993fdb088ac1b.zip |
Upgrade to 20001017 snapshot.
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> |