summaryrefslogtreecommitdiff
path: root/editors/xemacs-current/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs-current/patches/patch-aa')
-rw-r--r--editors/xemacs-current/patches/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/xemacs-current/patches/patch-aa b/editors/xemacs-current/patches/patch-aa
deleted file mode 100644
index db7c415f66c..00000000000
--- a/editors/xemacs-current/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2004/11/25 18:09:07 magick Exp $
-
---- Makefile.in.in.orig 2004-09-10 13:58:08.000000000 +0200
-+++ Makefile.in.in
-@@ -456,8 +456,13 @@ install-arch-indep: mkdir info
- 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 \
-+ ${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 4M of disk space, do"
- @echo "make gzip-el"