pkgsrc/editors/xemacs-current/patches/patch-aa
magick a2059564c3 Initial import of XEmacs 21.5.5
This is the *BETA* developement line of XEmacs so handle with care.
This package is based on pkg/14132 contributed by Eric Gillespie Jr.
Most notable change to the release is the possibility to compile
xemacs with gtk+. Set XEMACS_WIDGETS accordingly in your mk.conf
Possible values are:
lucid (default)
gtk
gnome
motif
2002-03-24 19:40:29 +00:00

19 lines
786 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2002/03/24 19:40:33 magick Exp $
--- Makefile.in.in.orig Thu Dec 20 07:08:09 2001
+++ Makefile.in.in
@@ -470,8 +470,12 @@
fi
cd ${srcdir}/etc && \
for page in xemacs etags ctags gnuserv gnuclient gnuattach gnudoit; do \
- ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \
- chmod 0644 ${mandir}/$${page}${manext} ; \
+ if [ $${page} = etags ] || [ $${page} = ctags ] ; \
+ then \
+ ${INSTALL_MAN} ${srcdir}/etc/$${page}.1 ${mandir}/xemacs-$${page}${manext} ; \
+ else \
+ ${INSTALL_MAN} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \
+ fi \
done
@echo "If you would like to save approximately 2M of disk space, do"
@echo "make gzip-el"