aboutsummaryrefslogtreecommitdiff
path: root/games/xroads/Makefile
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/xroads/Makefile
parente881a1cd749081172267ebf8af3197378b247ccf (diff)
Notes
Diffstat (limited to 'games/xroads/Makefile')
-rw-r--r--games/xroads/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xroads/Makefile b/games/xroads/Makefile
index 223354d63c16..0fe2dd17d40a 100644
--- a/games/xroads/Makefile
+++ b/games/xroads/Makefile
@@ -13,7 +13,7 @@ COMMENT= Commodore 64 "Crossroads"-like video game for X Window System
USE_XORG= x11 xpm xext
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xroads ${STAGEDIR}${PREFIX}/bin
@@ -21,11 +21,9 @@ do-install:
.for file in 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18
${INSTALL_DATA} ${WRKSRC}/map${file}.xrm ${STAGEDIR}${PREFIX}/share/xroads
.endfor
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/xroads
.for file in BUGS CHANGELOG README
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/share/doc/xroads
.endfor
-.endif
.include <bsd.port.post.mk>