summaryrefslogtreecommitdiff
path: root/games/xbomb/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/xbomb/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 'games/xbomb/Makefile')
-rw-r--r--games/xbomb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xbomb/Makefile b/games/xbomb/Makefile
index 0754e3769596..63b3ecb0eb4e 100644
--- a/games/xbomb/Makefile
+++ b/games/xbomb/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Feb 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1998/02/20 09:49:29 tg Exp $
+# $Id: Makefile,v 1.3 1998/08/05 09:30:58 asami Exp $
#
DISTNAME= xbomb-2.1
@@ -21,6 +21,6 @@ post-install:
@touch ${PREFIX}/lib/X11/xbomb/xbomb3.hi
@touch ${PREFIX}/lib/X11/xbomb/xbomb4.hi
@touch ${PREFIX}/lib/X11/xbomb/xbomb6.hi
- @chmod 666 ${PREFIX}/lib/X11/xbomb/xbomb?.hi
+ @${CHMOD} 666 ${PREFIX}/lib/X11/xbomb/xbomb?.hi
.include <bsd.port.mk>