diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-16 01:38:30 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-16 01:38:30 +0000 |
commit | 44d33556492669c5cadf95efaa66dc116312023a (patch) | |
tree | 3aff6a53c561ee7c69fd5a5cf78a6e8092c5cc35 | |
parent | a0a712e141b62d700283e3338c0bf873fab31a7e (diff) |
- Remove the indefinite article from COMMENT
- Add stage support
Notes
Notes:
svn path=/head/; revision=333965
-rw-r--r-- | games/yahtzee/Makefile | 11 | ||||
-rw-r--r-- | games/yahtzee/pkg-plist | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/games/yahtzee/Makefile b/games/yahtzee/Makefile index 0280d7b792a3..e24ad46cfd1d 100644 --- a/games/yahtzee/Makefile +++ b/games/yahtzee/Makefile @@ -11,16 +11,13 @@ DISTNAME= ${PORTNAME}-src EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -COMMENT= A curses version of the dice game for one or more players +COMMENT= Curses version of the dice game for one or more players WRKSRC= ${WRKDIR}/${PORTNAME} -# Distribution does not include an install target. So here it is. -# -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} -m 2755 -o root -g games ${WRKSRC}/yahtzee ${PREFIX}/bin - ${MKDIR} -m 0755 ${DATADIR} - ${INSTALL_DATA} -m 0664 -o root -g games /dev/null ${DATADIR}/yahtzee.sco + ${INSTALL_PROGRAM} ${WRKSRC}/yahtzee ${STAGEDIR}${PREFIX}/bin + @${MKDIR} -m 0755 ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} -m 0664 /dev/null ${STAGEDIR}${DATADIR}/yahtzee.sco .include <bsd.port.mk> diff --git a/games/yahtzee/pkg-plist b/games/yahtzee/pkg-plist index b14f367b3f14..831fc5a62f6a 100644 --- a/games/yahtzee/pkg-plist +++ b/games/yahtzee/pkg-plist @@ -1,3 +1,7 @@ +@group games +@mode 2755 bin/yahtzee +@mode %%DATADIR%%/yahtzee.sco +@group @dirrm %%DATADIR%% |