aboutsummaryrefslogtreecommitdiff
path: root/games/thegrind
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-08-21 09:15:20 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-08-21 09:15:20 +0000
commit58474305b2b21c024ea3ffcffc9c09f3385b7f22 (patch)
tree0913c462e905ef6a0b85e8e3135613b768a019cf /games/thegrind
parent61e223b2384e9ee36c7c1560e260da670f46d460 (diff)
downloadports-58474305b2b21c024ea3ffcffc9c09f3385b7f22.tar.gz
ports-58474305b2b21c024ea3ffcffc9c09f3385b7f22.zip
- optionsNG for DOCS
PR: 170747 Submitted by: maintainer, nemysis@gmx.ch
Notes
Notes: svn path=/head/; revision=302850
Diffstat (limited to 'games/thegrind')
-rw-r--r--games/thegrind/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/thegrind/Makefile b/games/thegrind/Makefile
index 04e6c18024f8..575c6e012ed5 100644
--- a/games/thegrind/Makefile
+++ b/games/thegrind/Makefile
@@ -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