diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-08-21 09:15:20 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-08-21 09:15:20 +0000 |
commit | 58474305b2b21c024ea3ffcffc9c09f3385b7f22 (patch) | |
tree | 0913c462e905ef6a0b85e8e3135613b768a019cf /games/thegrind | |
parent | 61e223b2384e9ee36c7c1560e260da670f46d460 (diff) | |
download | ports-58474305b2b21c024ea3ffcffc9c09f3385b7f22.tar.gz ports-58474305b2b21c024ea3ffcffc9c09f3385b7f22.zip |
Notes
Diffstat (limited to 'games/thegrind')
-rw-r--r-- | games/thegrind/Makefile | 5 |
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 |