svn commit: r378855 - head/net/vtun

Cy Schubert cy at FreeBSD.org
Wed Feb 11 21:25:57 UTC 2015


Author: cy
Date: Wed Feb 11 21:25:56 2015
New Revision: 378855
URL: https://svnweb.freebsd.org/changeset/ports/378855
QAT: https://qat.redports.org/buildarchive/r378855/

Log:
  Convert to @sample.

Modified:
  head/net/vtun/Makefile
  head/net/vtun/pkg-plist

Modified: head/net/vtun/Makefile
==============================================================================
--- head/net/vtun/Makefile	Wed Feb 11 20:51:08 2015	(r378854)
+++ head/net/vtun/Makefile	Wed Feb 11 21:25:56 2015	(r378855)
@@ -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_de
 
 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}

Modified: head/net/vtun/pkg-plist
==============================================================================
--- head/net/vtun/pkg-plist	Wed Feb 11 20:51:08 2015	(r378854)
+++ head/net/vtun/pkg-plist	Wed Feb 11 21:25:56 2015	(r378855)
@@ -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
+ at sample etc/vtund.conf.sample
 sbin/vtund
 man/man5/vtund.conf.5.gz
 man/man8/vtund.8.gz


More information about the svn-ports-all mailing list