svn commit: r315522 - head/games/gnuchess
Johan van Selst
johans at FreeBSD.org
Fri Mar 29 07:01:51 UTC 2013
Author: johans
Date: Fri Mar 29 07:01:50 2013
New Revision: 315522
URL: http://svnweb.freebsd.org/changeset/ports/315522
Log:
Convert to OptionsNG
Submitted by: jgh
Modified:
head/games/gnuchess/Makefile
Modified: head/games/gnuchess/Makefile
==============================================================================
--- head/games/gnuchess/Makefile Fri Mar 29 06:46:01 2013 (r315521)
+++ head/games/gnuchess/Makefile Fri Mar 29 07:01:50 2013 (r315522)
@@ -44,7 +44,7 @@ post-build:
post-install:
${LN} -f ${PREFIX}/bin/gnuchess ${PREFIX}/bin/gnuchessx
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPITONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/doc/* ${DOCSDIR}
.endif
More information about the svn-ports-head
mailing list