diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-07-26 00:11:11 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-07-26 00:11:11 +0000 |
commit | 374600dc2552b4dd79faa7b12d22bc975019c97c (patch) | |
tree | f38179762a6c098afaff3cabff63703e08265535 /games/ishido | |
parent | 103ff88637d10216c225c1db50104edc44700c59 (diff) |
- Add stage support
Notes
Notes:
svn path=/head/; revision=362946
Diffstat (limited to 'games/ishido')
-rw-r--r-- | games/ishido/Makefile | 10 | ||||
-rw-r--r-- | games/ishido/pkg-plist | 9 |
2 files changed, 13 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> diff --git a/games/ishido/pkg-plist b/games/ishido/pkg-plist index c64bad40de56..3ade2dd9a92b 100644 --- a/games/ishido/pkg-plist +++ b/games/ishido/pkg-plist @@ -1,2 +1,11 @@ +@mode 2511 +@group games bin/ishido +@group +@mode +man/man6/ishido.6.gz +@mode 664 +@group games share/misc/ishido_scores +@group +@mode |