summaryrefslogtreecommitdiff
path: root/korean/hanemacs/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /korean/hanemacs/Makefile
parentAssign USE_XLIB var. Any ports which use XLib needs it. (diff)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'korean/hanemacs/Makefile')
-rw-r--r--korean/hanemacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/hanemacs/Makefile b/korean/hanemacs/Makefile
index a321d5fb87c6..2e6de5a9c7ca 100644
--- a/korean/hanemacs/Makefile
+++ b/korean/hanemacs/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 Mar 1998
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
-# $Id: Makefile,v 1.5 1999/06/05 22:30:19 mharo Exp $
+# $Id: Makefile,v 1.6 1999/06/22 16:46:14 steve Exp $
#
DISTNAME= hanemacs-19.34b-1
@@ -43,7 +43,7 @@ post-install:
.endfor
# install emacs.sh into ${PREFIX}/etc/rc.d
${MKDIR} /var/run/emacs/lock
- 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