diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-16 09:38:30 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-16 09:38:30 +0800 |
commit | 0c465c86fe106212a0f49daa4823477840cc0607 (patch) | |
tree | 3aff6a53c561ee7c69fd5a5cf78a6e8092c5cc35 /games | |
parent | 14becd0e2b14039c717cc6a4c07f4813dbc33599 (diff) | |
download | freebsd-ports-gnome-0c465c86fe106212a0f49daa4823477840cc0607.tar.gz freebsd-ports-gnome-0c465c86fe106212a0f49daa4823477840cc0607.tar.zst freebsd-ports-gnome-0c465c86fe106212a0f49daa4823477840cc0607.zip |
- Remove the indefinite article from COMMENT
- Add stage support
Diffstat (limited to 'games')
-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%% |