Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2012 21:16:56 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306332 - head/lang/bf2c
Message-ID:  <201210232116.q9NLGvUX059019@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210232116.q9NLGvUX059019>