aboutsummaryrefslogtreecommitdiffstats
path: root/net/vtun/Makefile
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2002-03-25 23:55:49 +0800
committerkevlo <kevlo@FreeBSD.org>2002-03-25 23:55:49 +0800
commit1ceb300ce7039e2efe70f82c4cf5e57d02f50a53 (patch)
treeb2e799208afe5114a762257f7ed40929c0aad81f /net/vtun/Makefile
parent5d61f8f151040ed62aa669d70eac8b34c727d421 (diff)
downloadfreebsd-ports-gnome-1ceb300ce7039e2efe70f82c4cf5e57d02f50a53.tar.gz
freebsd-ports-gnome-1ceb300ce7039e2efe70f82c4cf5e57d02f50a53.tar.zst
freebsd-ports-gnome-1ceb300ce7039e2efe70f82c4cf5e57d02f50a53.zip
Update to version 2.5
Diffstat (limited to 'net/vtun/Makefile')
-rw-r--r--net/vtun/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile
index 8f939d6f87d1..cbbf353f0339 100644
--- a/net/vtun/Makefile
+++ b/net/vtun/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= vtun
-PORTVERSION= 2.4
+PORTVERSION= 2.5
CATEGORIES= net
MASTER_SITES= http://vtun.sourceforge.net/
@@ -27,7 +27,9 @@ CONFIGURE_ARGS+=--localstatedir=/var \
--with-lzo-headers=${LOCALBASE}/include \
--with-lzo-lib=${LOCALBASE}/lib
-ALL_TARGET= vtund
+WRKSRC= ${WRKDIR}/vtun
+
+ALL_TARGET= vtund
post-install:
@${INSTALL_DATA} ${WRKSRC}/vtund.conf ${PREFIX}/etc/vtund.conf.example