svn commit: r360490 - head/dns/vizone

Adam Weinberger adamw at FreeBSD.org
Thu Jul 3 23:59:51 UTC 2014


Author: adamw
Date: Thu Jul  3 23:59:50 2014
New Revision: 360490
URL: http://svnweb.freebsd.org/changeset/ports/360490
QAT: https://qat.redports.org/buildarchive/r360490/

Log:
  Remove NOPORTEXAMPLES.

Modified:
  head/dns/vizone/Makefile

Modified: head/dns/vizone/Makefile
==============================================================================
--- head/dns/vizone/Makefile	Thu Jul  3 23:59:03 2014	(r360489)
+++ head/dns/vizone/Makefile	Thu Jul  3 23:59:50 2014	(r360490)
@@ -18,13 +18,13 @@ SHEBANG_FILES=	updserial
 PORTEXAMPLES=	example.tld
 PLIST_FILES=	bin/vizone bin/updserial
 
+OPTIONS_DEFINE=	EXAMPLES
+
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_SCRIPT} ${WRKSRC}/updserial ${STAGEDIR}${PREFIX}/bin
 
-.if !defined(NOPORTEXAMPLES)
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/example.tld ${STAGEDIR}${EXAMPLESDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list