diff options
Diffstat (limited to 'games/yahtzee/Makefile')
-rw-r--r-- | games/yahtzee/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/yahtzee/Makefile b/games/yahtzee/Makefile index e24ad46cfd1d..eb8be9d2f517 100644 --- a/games/yahtzee/Makefile +++ b/games/yahtzee/Makefile @@ -8,16 +8,16 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/strategy DISTNAME= ${PORTNAME}-src -EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Curses version of the dice game for one or more players +USES= tar:Z WRKSRC= ${WRKDIR}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/yahtzee ${STAGEDIR}${PREFIX}/bin @${MKDIR} -m 0755 ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} -m 0664 /dev/null ${STAGEDIR}${DATADIR}/yahtzee.sco + ${TOUCH} ${STAGEDIR}${DATADIR}/yahtzee.sco .include <bsd.port.mk> |