diff options
Diffstat (limited to 'editors/xemacs21')
-rw-r--r-- | editors/xemacs21/Makefile | 5 | ||||
-rw-r--r-- | editors/xemacs21/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 9dda91c..f42467e 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/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/xemacs21/pkg-plist b/editors/xemacs21/pkg-plist index ac6aed4..cdade32e 100644 --- a/editors/xemacs21/pkg-plist +++ b/editors/xemacs21/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 |