summaryrefslogtreecommitdiff
path: root/editors/xemacs/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs/patches/patch-ac')
-rw-r--r--editors/xemacs/patches/patch-ac26
1 files changed, 0 insertions, 26 deletions
diff --git a/editors/xemacs/patches/patch-ac b/editors/xemacs/patches/patch-ac
deleted file mode 100644
index c2cc053829f..00000000000
--- a/editors/xemacs/patches/patch-ac
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ac,v 1.5 2003/02/25 02:14:59 uebayasi Exp $
-
---- Makefile.in.in.orig Fri Nov 1 12:51:47 2002
-+++ Makefile.in.in
-@@ -403,7 +403,7 @@
- ## all. --cet
-
- check-features: all
-- ${blddir}/src/${PROGNAME} -batch -l check-features.el
-+ ${blddir}/src/${PROGNAME} -vanilla -batch -l check-features.el
-
- install-only: ${MAKE_SUBDIR} check-features install-arch-dep install-arch-indep
-
-@@ -489,8 +489,10 @@
- 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 test $${page} = etags || test $${page} = ctags ; then \
-+ ${BSD_INSTALL_MAN} ${srcdir}/etc/$${page}.1 ${mandir}/xemacs-$${page}${manext} ; else \
-+ ${BSD_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"