aboutsummaryrefslogtreecommitdiff
path: root/games/ishido/Makefile
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-07-26 00:11:11 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-07-26 00:11:11 +0000
commit374600dc2552b4dd79faa7b12d22bc975019c97c (patch)
treef38179762a6c098afaff3cabff63703e08265535 /games/ishido/Makefile
parent103ff88637d10216c225c1db50104edc44700c59 (diff)
downloadports-374600dc2552b4dd79faa7b12d22bc975019c97c.tar.gz
ports-374600dc2552b4dd79faa7b12d22bc975019c97c.zip
Notes
Diffstat (limited to 'games/ishido/Makefile')
-rw-r--r--games/ishido/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/ishido/Makefile b/games/ishido/Makefile
index 3e7daebe5970..ee446d26a99c 100644
--- a/games/ishido/Makefile
+++ b/games/ishido/Makefile
@@ -13,12 +13,10 @@ COMMENT= Tile placement game
MAKE_ENV= X11BASE=${LOCALBASE}
USE_XORG= x11
-MAN6= ishido.6
-NO_STAGE= yes
do-install:
- ${INSTALL_MAN} ${WRKSRC}/ishido.6 ${PREFIX}/man/man6
- ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g games -m 2511 ${WRKSRC}/ishido ${PREFIX}/bin
- ${INSTALL} ${COPY} -o ${BINOWN} -g games -m 664 ${WRKSRC}/ishido_scores ${PREFIX}/share/misc/ishido_scores
-
+ ${INSTALL_MAN} ${WRKSRC}/ishido.6 ${STAGEDIR}${PREFIX}/man/man6
+ ${INSTALL} ${COPY} ${STRIP} ${WRKSRC}/ishido ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL} ${COPY} ${WRKSRC}/ishido_scores ${STAGEDIR}${PREFIX}/share/misc/ishido_scores
+
.include <bsd.port.mk>