diff options
Diffstat (limited to 'devel/git/files/patch-Makefile')
-rw-r--r-- | devel/git/files/patch-Makefile | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/devel/git/files/patch-Makefile b/devel/git/files/patch-Makefile index 305c77df3537..4c733573a948 100644 --- a/devel/git/files/patch-Makefile +++ b/devel/git/files/patch-Makefile @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2008-08-27 08:55:18.000000000 -0400 -+++ ./Makefile 2008-08-27 08:57:19.000000000 -0400 +--- ./Makefile.orig 2008-08-24 19:41:58.000000000 -0400 ++++ ./Makefile 2008-09-18 13:32:34.000000000 -0400 @@ -164,8 +164,8 @@ # CFLAGS and LDFLAGS are for the users to override from the command line. @@ -11,6 +11,17 @@ ALL_CFLAGS = $(CFLAGS) ALL_LDFLAGS = $(LDFLAGS) STRIP ?= strip +@@ -182,8 +182,8 @@ + + prefix = $(HOME) + bindir = $(prefix)/bin +-mandir = $(prefix)/share/man +-infodir = $(prefix)/share/info ++mandir = $(prefix)/man ++infodir = $(prefix)/info + gitexecdir = $(prefix)/libexec/git-core + sharedir = $(prefix)/share + template_dir = $(sharedir)/git-core/templates @@ -217,15 +217,15 @@ export prefix bindir sharedir htmldir sysconfdir @@ -36,7 +47,7 @@ export TCL_PATH TCLTK_PATH -@@ -826,9 +826,9 @@ +@@ -827,9 +827,9 @@ endif ifndef NO_OPENSSL OPENSSL_LIBSSL = -lssl |