diff options
Diffstat (limited to 'misc/git/patches/patch-ac')
-rw-r--r-- | misc/git/patches/patch-ac | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/misc/git/patches/patch-ac b/misc/git/patches/patch-ac index 43ed32010c4..9d543529cb3 100644 --- a/misc/git/patches/patch-ac +++ b/misc/git/patches/patch-ac @@ -1,13 +1,12 @@ -$NetBSD: patch-ac,v 1.2 2006/01/31 20:29:40 reed Exp $ +$NetBSD: patch-ac,v 1.3 2010/01/18 02:23:52 christos Exp $ ---- doc/Makefile.in.orig 2006-01-26 09:24:53.000000000 -0800 -+++ doc/Makefile.in 2006-01-26 09:25:44.000000000 -0800 -@@ -81,7 +81,7 @@ - - info_TEXINFOS = git.texinfo - man_MANS = git.1 gitaction.1 gitkeys.1 gitmount.1 gitrgrep.1 gitunpack.1 --htmldir = $(prefix)/doc/git-$(VERSION) -+htmldir = $(prefix)/share/doc/git - html_DATA = git.html - EXTRA_DIST = git.1 gitaction.1 gitkeys.1 gitmount.1 gitrgrep.1 gitunpack.1 git.html - +--- configure.orig 2010-01-09 17:34:34.000000000 -0500 ++++ configure 2010-01-09 17:37:54.000000000 -0500 +@@ -31259,6 +31259,7 @@ + "term/gnuitrc.vt100") CONFIG_FILES="$CONFIG_FILES term/gnuitrc.vt100" ;; + "term/gnuitrc.vt102") CONFIG_FILES="$CONFIG_FILES term/gnuitrc.vt102" ;; + "term/gnuitrc.xterm") CONFIG_FILES="$CONFIG_FILES term/gnuitrc.xterm" ;; ++ "term/gnuitrc.cons25") CONFIG_FILES="$CONFIG_FILES term/gnuitrc.cons25" ;; + "term/gnuitrc.xterm-color") CONFIG_FILES="$CONFIG_FILES term/gnuitrc.xterm-color" ;; + "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; + "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; |