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/xemacs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/xemacs/Makefile') diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 6226195263e2..a707af1163d1 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1999 # Whom: Michael Elbel (me@FreeBSD.org) # -# $Id$ +# $Id: Makefile,v 1.28 1999/06/22 22:01:23 gj Exp $ # DISTNAME= xemacs-21.1.2 @@ -84,7 +84,7 @@ 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} 1777 /var/run/emacs/lock # ${MKDIR} ${PREFIX}/lib/xemacs ${RM} -f ${PREFIX}/bin/send-pr # install xemacs21.sh into ${PREFIX}/etc/rc.d -- cgit v1.2.3