summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-ak
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-04-11 00:34:24 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-04-11 00:34:24 +0000
commit8fdaebd60a949213bc07c9610e3e1498d7f49a7b (patch)
tree412755ae556bf66c824f5aaec0b783cbfff8de5c /editors/emacs/patches/patch-ak
parente3a2a0b56b80b831b9b4c3165d2bad33969d8ba5 (diff)
downloadpkgsrc-8fdaebd60a949213bc07c9610e3e1498d7f49a7b.tar.gz
Re-import of Emacs 21, which has settled down in editors/emacs21.
Diffstat (limited to 'editors/emacs/patches/patch-ak')
-rw-r--r--editors/emacs/patches/patch-ak27
1 files changed, 22 insertions, 5 deletions
diff --git a/editors/emacs/patches/patch-ak b/editors/emacs/patches/patch-ak
index d4abb5349e7..fe8a9d7f0e4 100644
--- a/editors/emacs/patches/patch-ak
+++ b/editors/emacs/patches/patch-ak
@@ -1,8 +1,25 @@
-$NetBSD: patch-ak,v 1.1 1998/09/04 02:28:54 tron Exp $
+$NetBSD: patch-ak,v 1.1.1.1 2003/04/11 00:34:26 uebayasi Exp $
---- lib-src/Makefile.in.orig Sun Aug 2 02:22:55 1998
-+++ lib-src/Makefile.in Fri Sep 4 01:40:32 1998
-@@ -286,12 +286,14 @@
+--- lib-src/Makefile.in.orig Fri Oct 19 02:31:27 2001
++++ lib-src/Makefile.in Thu May 2 20:53:52 2002
+@@ -85,6 +85,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_DATA = @INSTALL_DATA@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ # By default, we uphold the dignity of our programs.
+ INSTALL_STRIP =
+
+@@ -288,7 +289,7 @@
+ if [ `(cd ${archlibdir} && /bin/pwd)` \
+ != `(cd ${srcdir} && /bin/pwd)` ]; then \
+ for file in ${SCRIPTS}; do \
+- $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file; \
++ $(INSTALL_SCRIPT) ${srcdir}/$$file ${archlibdir}/$$file; \
+ done ; \
+ fi
+
+@@ -296,12 +297,14 @@
@echo
@echo "Installing utilities for users to run."
for file in ${INSTALLABLES} ; do \
@@ -17,7 +34,7 @@ $NetBSD: patch-ak,v 1.1 1998/09/04 02:28:54 tron Exp $
for file in ${INSTALLABLE_SCRIPTS} ; do \
- $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file} ; \
- chmod a+rx ${bindir}/$${file}; \
-+ $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/emacs-$${file} ; \
++ $(INSTALL_SCRIPT) ${srcdir}/$${file} ${bindir}/emacs-$${file} ; \
done
uninstall: