diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /games/xtet42/Makefile | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz |
chmod -> ${CHMOD}
chown -> ${CHOWN}
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 84464ee..2591f6d 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 |