svn commit: r306330 - head/devel/chrpath

Rene Ladan rene at FreeBSD.org
Tue Oct 23 21:14:55 UTC 2012


Author: rene
Date: Tue Oct 23 21:14:54 2012
New Revision: 306330
URL: http://svn.freebsd.org/changeset/ports/306330

Log:
  Use optionsNG syntax for NOPORTDOCS
  
  Feature safe:	yes

Modified:
  head/devel/chrpath/Makefile   (contents, props changed)

Modified: head/devel/chrpath/Makefile
==============================================================================
--- head/devel/chrpath/Makefile	Tue Oct 23 21:14:20 2012	(r306329)
+++ head/devel/chrpath/Makefile	Tue Oct 23 21:14:54 2012	(r306330)
@@ -21,8 +21,10 @@ PLIST_FILES=	bin/chrpath
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .	for i in ${PORTDOCS}
 		${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}


More information about the svn-ports-all mailing list