From bb2e6e9dcdd9f0265897a9c29df8f8f8293eeb5c Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Tue, 8 Sep 2009 11:36:21 +0000 Subject: . 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 , kostik Pointy hat to: bsam (me) --- editors/emacs22/files/patch-doc-emacs-Makefile.in | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 editors/emacs22/files/patch-doc-emacs-Makefile.in (limited to 'editors/emacs22/files/patch-doc-emacs-Makefile.in') diff --git a/editors/emacs22/files/patch-doc-emacs-Makefile.in b/editors/emacs22/files/patch-doc-emacs-Makefile.in deleted file mode 100644 index da2f5b8506b8..000000000000 --- a/editors/emacs22/files/patch-doc-emacs-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- doc/emacs/Makefile.in.orig 2008-12-09 19:27:59.000000000 +0200 -+++ doc/emacs/Makefile.in 2008-12-09 19:25:19.000000000 +0200 -@@ -34,7 +34,7 @@ - - # The makeinfo program is part of the Texinfo distribution. - # Use --force so that it generates output even if there are errors. --MAKEINFO = makeinfo --force -+MAKEINFO = makeinfo --force --no-split - - INFO_TARGETS = $(infodir)/emacs - DVI_TARGETS = emacs.dvi -@@ -144,7 +144,7 @@ - # rm -f Makefile - - maintainer-clean: distclean -- for file in $(INFO_TARGETS); do rm -f $${file}*; done -+ for file in $(INFO_TARGETS); do rm -f $${file}; done - - - # Formerly this directory had texindex.c and getopt.c in it -- cgit v1.2.3