svn commit: r302850 - head/games/thegrind

Jason Helfman jgh at FreeBSD.org
Tue Aug 21 09:15:21 UTC 2012


Author: jgh
Date: Tue Aug 21 09:15:20 2012
New Revision: 302850
URL: http://svn.freebsd.org/changeset/ports/302850

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

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

Modified: head/games/thegrind/Makefile
==============================================================================
--- head/games/thegrind/Makefile	Tue Aug 21 08:45:50 2012	(r302849)
+++ head/games/thegrind/Makefile	Tue Aug 21 09:15:20 2012	(r302850)
@@ -36,8 +36,11 @@ PLIST_DIRSTRY=	share/applications
 PORTDATA=	*
 PORTDOCS=	ChangeLog
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+# Documentation
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
 .endif



More information about the svn-ports-head mailing list