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 /editors/xemacs | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
Diffstat (limited to 'editors/xemacs')
-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 |