From 374600dc2552b4dd79faa7b12d22bc975019c97c Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Sat, 26 Jul 2014 00:11:11 +0000 Subject: - Add stage support --- games/ishido/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'games/ishido/Makefile') 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 -- cgit v1.2.3