summaryrefslogtreecommitdiff
path: root/editors/emacs21/patches
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-01-13 13:00:29 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-01-13 13:00:29 +0000
commitbf10ec37349ab253350664a155bab4a3c737accc (patch)
tree894e0bb26e0c5dc5a8fc864b4b3e54f28f23d62c /editors/emacs21/patches
parent26a529df5992792ed7ad785c1dfb90994b92075e (diff)
downloadpkgsrc-bf10ec37349ab253350664a155bab4a3c737accc.tar.gz
Kill a hyphen not in the first of a command line.
Diffstat (limited to 'editors/emacs21/patches')
-rw-r--r--editors/emacs21/patches/patch-ae9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/emacs21/patches/patch-ae b/editors/emacs21/patches/patch-ae
index 5535adde049..4799d713f3d 100644
--- a/editors/emacs21/patches/patch-ae
+++ b/editors/emacs21/patches/patch-ae
@@ -1,7 +1,7 @@
-$NetBSD: patch-ae,v 1.1.1.1 2002/04/24 17:27:41 drochner Exp $
+$NetBSD: patch-ae,v 1.2 2003/01/13 13:00:30 uebayasi Exp $
---- Makefile.in.orig Wed Apr 24 14:24:16 2002
-+++ Makefile.in Wed Apr 24 17:04:47 2002
+--- Makefile.in.orig Mon Jan 13 21:24:28 2003
++++ Makefile.in
@@ -429,28 +429,24 @@
chmod a+r ${infodir}/dir); \
fi; \
@@ -23,7 +23,8 @@ $NetBSD: patch-ae,v 1.1.1.1 2002/04/24 17:27:41 drochner Exp $
- ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \
- done; \
- else true; fi
- -chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir}
+- -chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir}
++ chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir}
thisdir=`/bin/pwd`; \
cd ${srcdir}/etc; \
for page in emacs etags ctags gfdl ; do \