From 5281212be38447df70380d4e9e8cd0ef1cf11517 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- editors/xemacs20/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'editors/xemacs20/Makefile') diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 1ff099cd42cc..e903b71d270e 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.26 1999/01/25 22:06:11 gj Exp $ +# $Id: Makefile,v 1.27 1999/02/03 23:44:25 steve Exp $ # DISTNAME= xemacs-20.4 @@ -74,9 +74,9 @@ post-install: strip ${PREFIX}/bin/${file} .endfor # ``make install'' does not set the permissions like pkg_add does. - chmod 1777 /var/run/emacs/lock - chmod 755 ${PREFIX}/lib/xemacs/site-lisp - chmod 755 ${PREFIX}/share/emacs/site-lisp + ${CHMOD} 1777 /var/run/emacs/lock + ${CHMOD} 755 ${PREFIX}/lib/xemacs/site-lisp + ${CHMOD} 755 ${PREFIX}/share/emacs/site-lisp ${RM} -f ${PREFIX}/bin/send-pr # install xemacs20.sh into ${PREFIX}/etc/rc.d @if [ ! -d ${PREFIX}/etc/rc.d ]; then mkdir -p ${PREFIX}/etc/rc.d; fi -- cgit v1.2.3