diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-08 11:36:21 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-08 11:36:21 +0000 |
commit | bb2e6e9dcdd9f0265897a9c29df8f8f8293eeb5c (patch) | |
tree | e69ac4fdc7d3653066df26de1b788fe0cc91fe94 /editors/emacs23/files/patch-Makefile.in | |
parent | - Update valgrind-snapshot to the latest P4 version. (diff) |
. backout previous commit (revert editors/emacs to version 22.3)
since the commit broke dependencies and the ports infrastructure
was not fully prepared (a new emacs/editors22 port is needed
for compatibility reasons);
. bump PORTEPOCH.
Reported by: Jan Henrik Sylvester <me at janh.de>, kostik
Pointy hat to: bsam (me)
Notes
Notes:
svn path=/head/; revision=241034
Diffstat (limited to 'editors/emacs23/files/patch-Makefile.in')
-rw-r--r-- | editors/emacs23/files/patch-Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/editors/emacs23/files/patch-Makefile.in b/editors/emacs23/files/patch-Makefile.in index fd303bd3a231..e9bba5c55c8a 100644 --- a/editors/emacs23/files/patch-Makefile.in +++ b/editors/emacs23/files/patch-Makefile.in @@ -1,8 +1,8 @@ ---- Makefile.in.orig Tue Jun 23 07:41:36 2009 +0300 -+++ Makefile.in Tue Jun 23 07:39:33 2009 +0300 -@@ -461,14 +461,6 @@ - - install-arch-indep: mkdir info install-etc +--- Makefile.in.orig 2008-09-07 05:23:59.000000000 +0300 ++++ Makefile.in 2008-09-07 05:23:59.000000000 +0300 +@@ -419,14 +419,6 @@ + ## That flag is also used in leim/Makefile.in + install-arch-indep: mkdir info -set ${COPYDESTS} ; \ - unset CDPATH; \ - for dir in ${COPYDIR} ; do \ @@ -15,10 +15,10 @@ mkdir ${COPYDESTS} ; \ chmod ugo+rx ${COPYDESTS} ; \ unset CDPATH; \ -@@ -570,9 +562,9 @@ +@@ -513,9 +505,9 @@ + fi; \ cd ${srcdir}/info ; \ for elt in $(INFO_FILES); do \ - test "$(MAKEINFO)" = "off" && ! test -e $$elt && continue; \ - for f in `ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \ - ${INSTALL_DATA} $$f $(DESTDIR)${infodir}/$$f; \ - chmod a+r $(DESTDIR)${infodir}/$$f; \ @@ -28,9 +28,9 @@ done; \ done); \ else true; fi -@@ -583,7 +575,7 @@ +@@ -525,7 +517,7 @@ + then \ for elt in $(INFO_FILES); do \ - test "$(MAKEINFO)" = "off" && ! test -e $$elt && continue; \ (cd $${thisdir}; \ - ${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \ + ${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt.info); \ |