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/emacs/files/patch-lispintro-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/emacs/files/patch-lispintro-Makefile.in')
-rw-r--r-- | editors/emacs/files/patch-lispintro-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/emacs/files/patch-lispintro-Makefile.in b/editors/emacs/files/patch-lispintro-Makefile.in index e69de29bb2d1..cfc206bd4fba 100644 --- a/editors/emacs/files/patch-lispintro-Makefile.in +++ b/editors/emacs/files/patch-lispintro-Makefile.in @@ -0,0 +1,11 @@ +--- lispintro/Makefile.in.orig 2008-09-07 05:24:38.000000000 +0300 ++++ lispintro/Makefile.in 2008-09-07 05:24:38.000000000 +0300 +@@ -34,7 +34,7 @@ + INFO_TARGETS = ${infodir}/eintr + DVI_TARGETS = emacs-lisp-intro.dvi + +-MAKEINFO = makeinfo ++MAKEINFO = makeinfo --no-split + TEXI2DVI = texi2dvi + DVIPS = dvips + |