diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /games/xtet42 | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
Diffstat (limited to 'games/xtet42')
-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 |