diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-18 03:21:53 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-18 03:21:53 +0000 |
commit | 4cd17692550b74ab07a15c1acc099cdd9b5af0c5 (patch) | |
tree | 3d72df29d0bc398d6f6aed57b9f4c193bcf63322 /korean/hanemacs/Makefile | |
parent | 0f195887374ab3cdcf102bdf9aa36f7b065ad7db (diff) | |
download | ports-4cd17692550b74ab07a15c1acc099cdd9b5af0c5.tar.gz ports-4cd17692550b74ab07a15c1acc099cdd9b5af0c5.zip |
From maintainer:
ELF building fix. Many part of fix from editors/emacs.
PR: 9451
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=16141
Diffstat (limited to 'korean/hanemacs/Makefile')
-rw-r--r-- | korean/hanemacs/Makefile | 12 |
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> |