summaryrefslogtreecommitdiffstats
path: root/editors/emacs19
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committermharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit89e9e517a9f1c97f22317b99b12b1133075eab02 (patch)
treefaad1b92712e2988cd55bc71cc77494abb6ed655 /editors/emacs19
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadFreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'editors/emacs19')
-rw-r--r--editors/emacs19/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index 75a22fa..a82af01 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.39 1999/06/05 22:29:14 mharo Exp $
+# $Id: Makefile,v 1.40 1999/07/04 03:28:44 cpiazza Exp $
#
DISTNAME= emacs-19.34b
@@ -40,7 +40,7 @@ post-install:
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor
# install emacs.sh into ${PREFIX}/etc/rc.d
- chmod 1777 /var/run/emacs/lock
+ ${CHMOD} 1777 /var/run/emacs/lock
@${MKDIR} ${PREFIX}/etc/rc.d
@${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d
OpenPOWER on IntegriCloud