aboutsummaryrefslogtreecommitdiff
path: root/games/sol
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 23:27:49 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 23:27:49 +0000
commit0d763781ed7e3dd126be0004e12abe5198336d91 (patch)
treee7d95d834917f67398c73adb4e273ae1fb7c5187 /games/sol
parente881a1cd749081172267ebf8af3197378b247ccf (diff)
downloadports-0d763781ed7e3dd126be0004e12abe5198336d91.tar.gz
ports-0d763781ed7e3dd126be0004e12abe5198336d91.zip
Remove NOPORTDOCS.
Notes
Notes: svn path=/head/; revision=360485
Diffstat (limited to 'games/sol')
-rw-r--r--games/sol/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/sol/Makefile b/games/sol/Makefile
index 00df7b3ccf0e..eb5668dcaca9 100644
--- a/games/sol/Makefile
+++ b/games/sol/Makefile
@@ -20,7 +20,7 @@ CONFLICTS= gnome-games-*
USES= gmake
USE_XORG= xpm x11 xaw
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE= DOCS
pre-build:
cd ${WRKSRC} && ${MAKE_CMD} readme.var
@@ -35,10 +35,8 @@ do-install:
@${CHMOD} 2755 ${STAGEDIR}${PREFIX}/bin/sol
@${CHMOD} 770 ${STAGEDIR}${PREFIX}/share/sol
@${CHMOD} 660 ${STAGEDIR}${PREFIX}/share/sol/sol.score
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/sol
${INSTALL_DATA} ${WRKSRC}/CREDITS ${STAGEDIR}${PREFIX}/share/doc/sol
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/sol
-.endif
.include <bsd.port.post.mk>