summaryrefslogtreecommitdiff
path: root/net/vtun
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-03-07 03:29:11 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-03-07 03:29:11 +0000
commitc9f58b01cb81735fc2d7539f2e5e139809fa2a10 (patch)
tree62a2e5f4ff899448128d68b25646a41371dfbd0c /net/vtun
parentportlint (diff)
Avoid deleting config file.
Reported by William Carrel <william.carrel@infospace.com>
Notes
Notes: svn path=/head/; revision=39160
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