diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
commit | 131cd97388c78909b13a26c3ce289bbf3c007b7f (patch) | |
tree | d22f5aaa16546b9e90fc0a35df15ff1dc17c67e9 /editors/emacs21/files/patch-lib-src:Makefile.in | |
parent | Update 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/emacs21/files/patch-lib-src:Makefile.in')
-rw-r--r-- | editors/emacs21/files/patch-lib-src:Makefile.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/editors/emacs21/files/patch-lib-src:Makefile.in b/editors/emacs21/files/patch-lib-src:Makefile.in deleted file mode 100644 index 4226f59f9f96..000000000000 --- a/editors/emacs21/files/patch-lib-src:Makefile.in +++ /dev/null @@ -1,27 +0,0 @@ ---- 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 |