aboutsummaryrefslogtreecommitdiff
path: root/net/vtun
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-02-11 21:25:56 +0000
committerCy Schubert <cy@FreeBSD.org>2015-02-11 21:25:56 +0000
commit22baae8f8e85d81b2846deca4d875d54a77d6365 (patch)
tree0f9e9fefa2a3273a8c19d4ffe4e45c999a490bb2 /net/vtun
parentc33584b3b2dd29476cafcfd0b4623fe45fdae6d1 (diff)
downloadports-22baae8f8e85d81b2846deca4d875d54a77d6365.tar.gz
ports-22baae8f8e85d81b2846deca4d875d54a77d6365.zip
Notes
Diffstat (limited to 'net/vtun')
-rw-r--r--net/vtun/Makefile3
-rw-r--r--net/vtun/pkg-plist2
2 files changed, 3 insertions, 2 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile
index 7b89c87a817d..3ad2c77d3b13 100644
--- a/net/vtun/Makefile
+++ b/net/vtun/Makefile
@@ -3,6 +3,7 @@
PORTNAME= vtun
PORTVERSION= 3.0.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
@@ -42,7 +43,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-tun_dev.c
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/vtund
- @${INSTALL_DATA} ${WRKSRC}/vtund.conf ${STAGEDIR}${PREFIX}/etc/vtund.conf.example
+ @${INSTALL_DATA} ${WRKSRC}/vtund.conf ${STAGEDIR}${PREFIX}/etc/vtund.conf.sample
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
diff --git a/net/vtun/pkg-plist b/net/vtun/pkg-plist
index 46f79ffabbf9..d687ff19fc27 100644
--- a/net/vtun/pkg-plist
+++ b/net/vtun/pkg-plist
@@ -1,7 +1,7 @@
@owner root
@group wheel
@unexec if cmp -s %D/etc/vtund.conf.example %D/etc/vtund.conf; then rm -f %D/etc/vtund.conf; fi
-etc/vtund.conf.example
+@sample etc/vtund.conf.sample
sbin/vtund
man/man5/vtund.conf.5.gz
man/man8/vtund.8.gz