svn commit: r306332 - head/lang/bf2c

Rene Ladan rene at FreeBSD.org
Tue Oct 23 21:16:57 UTC 2012


Author: rene
Date: Tue Oct 23 21:16:56 2012
New Revision: 306332
URL: http://svn.freebsd.org/changeset/ports/306332

Log:
  Use optionsNG syntax for NOPORTDOCS
  
  Feature safe:	yes

Modified:
  head/lang/bf2c/Makefile   (contents, props changed)

Modified: head/lang/bf2c/Makefile
==============================================================================
--- head/lang/bf2c/Makefile	Tue Oct 23 21:15:42 2012	(r306331)
+++ head/lang/bf2c/Makefile	Tue Oct 23 21:16:56 2012	(r306332)
@@ -14,11 +14,13 @@ LICENSE=	BSD
 USE_XZ=		yes
 USE_GMAKE=	yes
 
+.include <bsd.port.options.mk>
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bf2c ${PREFIX}/bin
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif


More information about the svn-ports-all mailing list