svn commit: r306184 - head/sysutils/googlog
Eitan Adler
eadler at FreeBSD.org
Sat Oct 20 15:06:16 UTC 2012
Author: eadler
Date: Sat Oct 20 15:06:15 2012
New Revision: 306184
URL: http://svn.freebsd.org/changeset/ports/306184
Log:
Convert to OptionsNG
Feature safe: yes
Modified:
head/sysutils/googlog/Makefile
Modified: head/sysutils/googlog/Makefile
==============================================================================
--- head/sysutils/googlog/Makefile Sat Oct 20 15:01:43 2012 (r306183)
+++ head/sysutils/googlog/Makefile Sat Oct 20 15:06:15 2012 (r306184)
@@ -34,7 +34,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/googlog.ini ${WWWDIR}/
.endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR}
More information about the svn-ports-head
mailing list