Makefile changed: OptionsNG .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it.
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@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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!