diff options
Diffstat (limited to 'games/xtet42/Makefile')
-rw-r--r-- | games/xtet42/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xtet42/Makefile b/games/xtet42/Makefile index 84464ee23c5f..2591f6dd9915 100644 --- a/games/xtet42/Makefile +++ b/games/xtet42/Makefile @@ -3,7 +3,7 @@ # Date created: 14 Feb 1999 # Whom: gmarco@scotty.masternet.it # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/19 04:21:27 steve Exp $ # DISTNAME= xtet42-2.21 @@ -20,8 +20,8 @@ MAN6= xtet42.6 do-install: ${MKDIR} ${PREFIX}/lib/X11/xtet42 - @chown games:games ${PREFIX}/lib/X11/xtet42 - @chmod 775 ${PREFIX}/lib/X11/xtet42 + @${CHOWN} games:games ${PREFIX}/lib/X11/xtet42 + @${CHMOD} 775 ${PREFIX}/lib/X11/xtet42 ${INSTALL} -c -m 2755 -g games ${WRKSRC}/xtet42 ${PREFIX}/bin ${INSTALL} -c -m 664 -g games ${WRKSRC}/xtet42.hiscore ${PREFIX}/lib/X11/xtet42/.xtet42.hiscore ${INSTALL} -c -m 664 -g games ${WRKSRC}/xtet42.hiscore.single ${PREFIX}/lib/X11/xtet42/.xtet42.hiscore.single |