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/xemeraldia | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'games/xemeraldia')
-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 d1ece20..c4b838b 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 |