svn commit: r306193 - head/dns/adns

Eitan Adler eadler at FreeBSD.org
Sat Oct 20 15:36:47 UTC 2012


Author: eadler
Date: Sat Oct 20 15:36:46 2012
New Revision: 306193
URL: http://svn.freebsd.org/changeset/ports/306193

Log:
  Convert to OptionsNG
  
  Feature safe:	yes

Modified:
  head/dns/adns/Makefile

Modified: head/dns/adns/Makefile
==============================================================================
--- head/dns/adns/Makefile	Sat Oct 20 15:34:05 2012	(r306192)
+++ head/dns/adns/Makefile	Sat Oct 20 15:36:46 2012	(r306193)
@@ -20,9 +20,11 @@ PLIST_SUB+=	LIBVERSION="${LIBVERSION}"
 
 DOCS=		COPYING GPL-vs-LGPL INSTALL LICENCE.WAIVERS README README.html TODO changelog
 
+.include <bsd.port.options.mk>
+
 post-install:
 	${STRIP_CMD} ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
 .endif


More information about the svn-ports-all mailing list