diff options
Diffstat (limited to 'editors/xemacs/Makefile')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |