diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-11 01:19:32 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-11 01:19:32 +0000 |
commit | ad9bff1eee79fdd7855e4bd55c705694cc36dbef (patch) | |
tree | 997cfdc522bdc92c9b35f1a5e02d6c6aeb9009dd /games/spellcast | |
parent | 21b439620286234101f422230c1b82abb15a2baa (diff) | |
download | ports-ad9bff1eee79fdd7855e4bd55c705694cc36dbef.tar.gz ports-ad9bff1eee79fdd7855e4bd55c705694cc36dbef.zip |
Notes
Diffstat (limited to 'games/spellcast')
-rw-r--r-- | games/spellcast/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile index bbbbfeba39b7..5784853ca46b 100644 --- a/games/spellcast/Makefile +++ b/games/spellcast/Makefile @@ -13,23 +13,17 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Multiplayer fight with spells turn based game for X Window System USE_XORG= x11 -MAN6= spellcast.6 -PLIST_FILES= bin/spellcast +PLIST_FILES= bin/spellcast man/man6/spellcast.6.gz PORTDOCS= README spelllist.ps CFLAGS+= -Wno-return-type OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/spellcast ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${PREFIX}/man/man6 -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/spellcast ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${STAGEDIR}${PREFIX}/man/man6 + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |