Date: Tue, 21 Aug 2012 09:15:21 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302850 - head/games/thegrind Message-ID: <201208210915.q7L9FLPv003121@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208210915.q7L9FLPv003121>