diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-07 03:29:11 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-07 03:29:11 +0000 |
commit | c9f58b01cb81735fc2d7539f2e5e139809fa2a10 (patch) | |
tree | 62a2e5f4ff899448128d68b25646a41371dfbd0c /net/vtun/Makefile | |
parent | e624e1b2138d92c76a2f871405e200a577403f0e (diff) | |
download | ports-c9f58b01cb81735fc2d7539f2e5e139809fa2a10.tar.gz ports-c9f58b01cb81735fc2d7539f2e5e139809fa2a10.zip |
Notes
Diffstat (limited to 'net/vtun/Makefile')
-rw-r--r-- | net/vtun/Makefile | 1 |
1 files changed, 1 insertions, 0 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 |