summaryrefslogtreecommitdiff
path: root/korean/hanemacs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'korean/hanemacs/Makefile')
-rw-r--r--korean/hanemacs/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/korean/hanemacs/Makefile b/korean/hanemacs/Makefile
index 27da4364b633..25a6d1edc591 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.1.1.1 1998/05/17 22:25:54 kuriyama Exp $
+# $Id: Makefile,v 1.2 1998/10/16 01:12:22 jseger Exp $
#
DISTNAME= hanemacs-19.34b-1
@@ -14,12 +14,11 @@ MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/editor/HanEmacs/ \
MAINTAINER= junker@jazz.snu.ac.kr
-BROKEN_ELF= yes
-
WRKSRC= ${WRKDIR}/hanemacs-19.34
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS= i386--freebsd --with-x-toolkit --prefix=${PREFIX}
+CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
+ --sharedstatedir=/var/run
STRIP=
MAN1= emacs.1 etags.1 ctags.1
@@ -42,5 +41,10 @@ post-install:
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor
+# install emacs.sh into ${PREFIX}/etc/rc.d
+ ${MKDIR} /var/run/emacs/lock
+ chmod 1777 /var/run/emacs/lock
+ @${MKDIR} ${PREFIX}/etc/rc.d
+ @${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d
.include <bsd.port.mk>