diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1999-01-02 20:26:11 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1999-01-02 20:26:11 +0800 |
commit | 62617a95079bfb67512418cc2b503b95d45ca2c8 (patch) | |
tree | 7959819f5313c2ef8e30821cf401a25f37fbb850 /editors/emacs/Makefile | |
parent | 800bddecd733c1ea916be67d237e05fce464ea50 (diff) | |
download | freebsd-ports-gnome-62617a95079bfb67512418cc2b503b95d45ca2c8.tar.gz freebsd-ports-gnome-62617a95079bfb67512418cc2b503b95d45ca2c8.tar.zst freebsd-ports-gnome-62617a95079bfb67512418cc2b503b95d45ca2c8.zip |
Lock file correction and reflect change in /etc/mtree/BSD.local.dist.
PR: ports/8289 (part of)
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 7a8d539e944c..9957ad38ce08 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.31 1998/04/04 07:36:40 asami Exp $ +# $Id: Makefile,v 1.32 1998/09/14 07:26:02 asami Exp $ # DISTNAME= emacs-19.34b @@ -18,7 +18,8 @@ NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/emacs-19.34 GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= i386--freebsd --with-x-toolkit +CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \ + --sharedstatedir=/var/run STRIP= MAN1= emacs.1 etags.1 ctags.1 @@ -32,5 +33,9 @@ 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 + chmod 1777 /var/run/emacs/lock + @${MKDIR} ${PREFIX}/etc/rc.d + @${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d .include <bsd.port.mk> |