svn commit: r303118 - head/games/fbg2

Jason Helfman jgh at FreeBSD.org
Sat Aug 25 06:28:55 UTC 2012


Author: jgh
Date: Sat Aug 25 06:28:54 2012
New Revision: 303118
URL: http://svn.freebsd.org/changeset/ports/303118

Log:
  - adopt optionsNG for DOCS
  
  PR:	170726
  Submitted by:	maintainer, nemysis at gmx.ch

Modified:
  head/games/fbg2/Makefile   (contents, props changed)

Modified: head/games/fbg2/Makefile
==============================================================================
--- head/games/fbg2/Makefile	Sat Aug 25 06:25:11 2012	(r303117)
+++ head/games/fbg2/Makefile	Sat Aug 25 06:28:54 2012	(r303118)
@@ -41,8 +41,10 @@ PLIST_DIRSTRY=	share/applications
 PORTDATA=	*
 PORTDOCS=	ChangeLog
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
 .endif



More information about the svn-ports-head mailing list