summaryrefslogtreecommitdiff
path: root/editors/emacs21
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-01-13 13:00:29 +0000
committeruebayasi <uebayasi>2003-01-13 13:00:29 +0000
commit5f6c6fd6ddab67243a10494cf750d3bb424cd012 (patch)
tree894e0bb26e0c5dc5a8fc864b4b3e54f28f23d62c /editors/emacs21
parent2aef3deefa37787fabcd53570b0cc3df08121da7 (diff)
downloadpkgsrc-5f6c6fd6ddab67243a10494cf750d3bb424cd012.tar.gz
Kill a hyphen not in the first of a command line.
Diffstat (limited to 'editors/emacs21')
-rw-r--r--editors/emacs21/distinfo4
-rw-r--r--editors/emacs21/patches/patch-ae9
2 files changed, 7 insertions, 6 deletions
diff --git a/editors/emacs21/distinfo b/editors/emacs21/distinfo
index 1002cc1c1c3..99dfddddb3e 100644
--- a/editors/emacs21/distinfo
+++ b/editors/emacs21/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2002/05/02 20:21:31 drochner Exp $
+$NetBSD: distinfo,v 1.3 2003/01/13 13:00:29 uebayasi Exp $
SHA1 (emacs-21.2.tar.gz) = 3c0fd252adcac7a996c974b4fe9af554bdb04e75
Size (emacs-21.2.tar.gz) = 20288222 bytes
SHA1 (patch-aa) = fee6fe91fb9a2f75300903cc5c6e023bb8de6be5
SHA1 (patch-ad) = 39a11bc214ae3d2f9d634c30b196a46d473ab92f
-SHA1 (patch-ae) = 1060b18c7133d112b0119b58e3c524d6a84c084d
+SHA1 (patch-ae) = 992c8072336c53449bd5838cf75028405bcdbb94
SHA1 (patch-ak) = c37ecdcb1e0b0211b15baa7100dd43eab3f0830b
SHA1 (patch-xx) = d226c394a07d25b23a0a31c24935d08e04ebee13
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 \