aboutsummaryrefslogtreecommitdiff
path: root/security/vpnc/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-05-14 12:00:31 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-05-14 12:00:31 +0000
commit3cfd56599484fc7e3118196115d944173681f645 (patch)
tree011d8aa90b126811a26002b8e8ce418fbe390328 /security/vpnc/Makefile
parenta3fb4e865fe86f63cfb2adf4138dd3cbbd177e44 (diff)
downloadports-3cfd56599484fc7e3118196115d944173681f645.tar.gz
ports-3cfd56599484fc7e3118196115d944173681f645.zip
Notes
Diffstat (limited to 'security/vpnc/Makefile')
-rw-r--r--security/vpnc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile
index 39f642f05b47..43306be6883a 100644
--- a/security/vpnc/Makefile
+++ b/security/vpnc/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= vpnc
-PORTVERSION= 0.3.2
-PORTREVISION= 2
+PORTVERSION= 0.3.3
CATEGORIES= security
MASTER_SITES= http://www.unix-ag.uni-kl.de/~massar/vpnc/:source \
http://dragon.roe.ch/mirrors/distfiles/vpnc/:script
@@ -28,10 +27,6 @@ MAN8= vpnc.8
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-IGNORE= "Crashes on startup"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e \
's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/config.c
@@ -41,6 +36,7 @@ post-patch:
do-install:
@${INSTALL_PROGRAM} -m 751 ${WRKSRC}/vpnc ${PREFIX}/sbin/vpnc
+ @${INSTALL_SCRIPT} -m 751 ${WRKSRC}/vpnc-script ${PREFIX}/sbin/vpnc-script
@${INSTALL_SCRIPT} ${DISTDIR}/${STARTSCRIPT} ${WRKDIR}/vpnc.sh-fulltunnel
@${REINPLACE_CMD} -e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|' ${WRKDIR}/vpnc.sh-fulltunnel
@${INSTALL_SCRIPT} ${FILESDIR}/vpnc.sh ${WRKDIR}