diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 23:27:49 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-03 23:27:49 +0000 |
commit | 0d763781ed7e3dd126be0004e12abe5198336d91 (patch) | |
tree | e7d95d834917f67398c73adb4e273ae1fb7c5187 /games/xroads/Makefile | |
parent | e881a1cd749081172267ebf8af3197378b247ccf (diff) |
Notes
Diffstat (limited to 'games/xroads/Makefile')
-rw-r--r-- | games/xroads/Makefile | 4 |
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> |