summaryrefslogtreecommitdiff
path: root/editors/emacs22/files/patch-lib-src:Makefile.in
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-21 07:39:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-21 07:39:49 +0000
commit131cd97388c78909b13a26c3ce289bbf3c007b7f (patch)
treed22f5aaa16546b9e90fc0a35df15ff1dc17c67e9 /editors/emacs22/files/patch-lib-src:Makefile.in
parentUpdate pkg-message to match the current state of the default version (diff)
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983
Notes
Notes: svn path=/head/; revision=104813
Diffstat (limited to 'editors/emacs22/files/patch-lib-src:Makefile.in')
-rw-r--r--editors/emacs22/files/patch-lib-src:Makefile.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/editors/emacs22/files/patch-lib-src:Makefile.in b/editors/emacs22/files/patch-lib-src:Makefile.in
new file mode 100644
index 000000000000..4226f59f9f96
--- /dev/null
+++ b/editors/emacs22/files/patch-lib-src:Makefile.in
@@ -0,0 +1,27 @@
+--- lib-src/Makefile.in.orig Wed Aug 30 02:12:42 2000
++++ lib-src/Makefile.in Thu Oct 11 01:54:10 2001
+@@ -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 =
+
+@@ -278,7 +279,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
+
+@@ -290,7 +291,7 @@
+ chmod a+rx ${bindir}/$${file}; \
+ done
+ for file in ${INSTALLABLE_SCRIPTS} ; do \
+- $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file} ; \
++ $(INSTALL_SCRIPT) ${srcdir}/$${file} ${bindir}/$${file} ; \
+ chmod a+rx ${bindir}/$${file}; \
+ done