summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>1998-06-03 19:30:13 +0000
committerGary Jennejohn <gj@FreeBSD.org>1998-06-03 19:30:13 +0000
commit91fca4dbdc9638f00a0d6ef807cbd2292da5216d (patch)
tree8c6c1fffed931072789cd34bce3bdf8427895676 /editors/xemacs
parentMake this port build under -current again. Rather than add extra (diff)
Install xemacs.sh into ${PREFIX}/etc/rc.d to create /var/run/xemacs
dynamically. This is needed now that /etc/rc removes everything in /var/run.
Notes
Notes: svn path=/head/; revision=11230
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile5
-rw-r--r--editors/xemacs/pkg-plist1
2 files changed, 5 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 9dda91c1bd60..f42467e6f5ac 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
-# $Id: Makefile,v 1.13 1998/04/20 05:15:38 gj Exp $
+# $Id: Makefile,v 1.14 1998/05/04 20:23:24 jseger Exp $
#
DISTNAME= xemacs-20.4
@@ -72,5 +72,8 @@ post-install:
chmod 755 ${PREFIX}/lib/xemacs/site-lisp
chmod 755 ${PREFIX}/share/emacs/site-lisp
${RM} -f ${PREFIX}/bin/send-pr
+# install xemacs.sh into ${PREFIX}/etc/rc.d
+ @if [ ! -d ${PREFIX}/etc/rc.d ] then; mkdir -p ${PREFIX}/etc/rc.d; fi
+ ${INSTALL_SCRIPT} ${FILESDIR}/xemacs.sh ${PREFIX}/etc/rc.d
.include <bsd.port.mk>
diff --git a/editors/xemacs/pkg-plist b/editors/xemacs/pkg-plist
index ac6aed46921f..cdade32e17e1 100644
--- a/editors/xemacs/pkg-plist
+++ b/editors/xemacs/pkg-plist
@@ -10,6 +10,7 @@ bin/rcs-checkin
bin/xemacs-20.4
@exec ln -s %D/%F %B/xemacs
@unexec rm %B/xemacs
+etc/rc.d/xemacs.sh
man/man1/ctags.1.gz
man/man1/etags.1.gz
man/man1/gnuattach.1.gz