summaryrefslogtreecommitdiffstats
path: root/security/isakmpd/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-10-17 12:41:12 +0000
committeredwin <edwin@FreeBSD.org>2003-10-17 12:41:12 +0000
commit690254e2a6516cd24132f47eaffea748023f4405 (patch)
tree3936b1b4aee5429ac3da25373391ac54fbc4a2c6 /security/isakmpd/Makefile
parent2073569cdd3213b5075fefc7cf84582c948110e6 (diff)
downloadFreeBSD-ports-690254e2a6516cd24132f47eaffea748023f4405.zip
FreeBSD-ports-690254e2a6516cd24132f47eaffea748023f4405.tar.gz
Upgrade to the latests isakmpd version.
Diffstat (limited to 'security/isakmpd/Makefile')
-rw-r--r--security/isakmpd/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile
index 18b548b..a61f96a 100644
--- a/security/isakmpd/Makefile
+++ b/security/isakmpd/Makefile
@@ -9,11 +9,10 @@
#
PORTNAME= isakmpd
-PORTVERSION= 20021118
-PORTREVISION= 2
+PORTVERSION= 20030903
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_NETBSD}
-MASTER_SITE_SUBDIR= LOCAL_PORTS
+MASTER_SITE_SUBDIR= .
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenBSD IKE daemon
@@ -38,8 +37,8 @@ MAN8= certpatch.8 isakmpd.8
MANCOMPRESSED= yes
post-patch:
- @(cd ${WRKSRC}; ${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" \
- conf.h ike_auth.c isakmpd.8 isakmpd.conf.5 \
- isakmpd.policy.5 policy.h)
+.for f in conf.h ike_auth.c isakmpd.8 isakmpd.conf.5 isakmpd.policy.5 policy.h
+ ${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" ${WRKSRC}/${f}
+.endfor
.include <bsd.port.mk>
OpenPOWER on IntegriCloud