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/xemeraldia/Makefile | |
parent | Assign USE_XLIB var. Any ports which use XLib needs it. (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to '')
-rw-r--r-- | games/xemeraldia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index d1ece2061b90..c4b838b99c02 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Mar 1995 # Whom: asami # -# $Id: Makefile,v 1.12 1997/01/03 09:37:10 obrien Exp $ +# $Id: Makefile,v 1.13 1997/12/25 22:29:19 asami Exp $ # DISTNAME= xemeraldia-0.3 @@ -28,7 +28,7 @@ do-extract: post-install: touch ${PREFIX}/lib/X11/.xemeraldia.scores - chmod 666 ${PREFIX}/lib/X11/.xemeraldia.scores + ${CHMOD} 666 ${PREFIX}/lib/X11/.xemeraldia.scores pre-clean: @${RM} -f ${DISTDIR}/${DISTNAME}.tar.gz |