aboutsummaryrefslogtreecommitdiffstats
path: root/net/vtun
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-03-07 11:29:11 +0800
committerkevlo <kevlo@FreeBSD.org>2001-03-07 11:29:11 +0800
commitab9f712c32c5468d5a53bc63b5cc8a3fad3934af (patch)
tree2628cb0e13f4dbce934c7809c8adf96f929322b7 /net/vtun
parentfbc2929f04b91978f090d2589b660329f860c7ee (diff)
downloadfreebsd-ports-gnome-ab9f712c32c5468d5a53bc63b5cc8a3fad3934af.tar.gz
freebsd-ports-gnome-ab9f712c32c5468d5a53bc63b5cc8a3fad3934af.tar.zst
freebsd-ports-gnome-ab9f712c32c5468d5a53bc63b5cc8a3fad3934af.zip
Avoid deleting config file.
Reported by William Carrel <william.carrel@infospace.com>
Diffstat (limited to 'net/vtun')
-rw-r--r--net/vtun/Makefile1
-rw-r--r--net/vtun/pkg-plist2
2 files changed, 2 insertions, 1 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile
index d7ee5d6d9ee3..51a325c47b0c 100644
--- a/net/vtun/Makefile
+++ b/net/vtun/Makefile
@@ -29,6 +29,7 @@ CONFIGURE_ARGS+=--localstatedir=/var \
ALL_TARGET= vtund
post-install:
+ @${INSTALL_DATA} ${WRKSRC}/vtund.conf ${PREFIX}/etc/vtund.conf.example
@${MKDIR} ${PREFIX}/share/doc/vtund
.for doc in FAQ README README.Setup README.Shaper
@${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/vtund
diff --git a/net/vtun/pkg-plist b/net/vtun/pkg-plist
index 08eac39fcdb6..a8b7b238b1c1 100644
--- a/net/vtun/pkg-plist
+++ b/net/vtun/pkg-plist
@@ -1,4 +1,4 @@
-etc/vtund.conf
+etc/vtund.conf.example
man/man8/vtun.8
sbin/vtund
@exec rm -rf /var/log/vtund