summaryrefslogtreecommitdiff
path: root/games/xtet42/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /games/xtet42/Makefile
parentAssign USE_XLIB var. Any ports which use XLib needs it. (diff)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to '')
-rw-r--r--games/xtet42/Makefile6
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