diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2013-08-27 17:25:20 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2013-08-27 17:25:20 +0000 |
commit | 8865f4ded240d91c2cfa0c6fd3cc53d5b8766f9e (patch) | |
tree | 7c760f445739ff197899f60881b34eba5604b694 /devel/git/files/patch-Documentation__Makefile | |
parent | 9624245a1cea07215854e9d952ec69fd44bd0c3d (diff) | |
download | ports-8865f4ded240d91c2cfa0c6fd3cc53d5b8766f9e.tar.gz ports-8865f4ded240d91c2cfa0c6fd3cc53d5b8766f9e.zip |
Update to 1.8.4
Notes
Notes:
svn path=/head/; revision=325473
Diffstat (limited to 'devel/git/files/patch-Documentation__Makefile')
-rw-r--r-- | devel/git/files/patch-Documentation__Makefile | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/devel/git/files/patch-Documentation__Makefile b/devel/git/files/patch-Documentation__Makefile index 73472fa3bfd5..42c8095bcff7 100644 --- a/devel/git/files/patch-Documentation__Makefile +++ b/devel/git/files/patch-Documentation__Makefile @@ -1,20 +1,21 @@ ---- ./Documentation/Makefile.orig 2011-05-04 21:16:14.000000000 -0400 -+++ ./Documentation/Makefile 2011-05-06 09:51:54.565045058 -0400 -@@ -30,10 +30,10 @@ - DOC_MAN5=$(patsubst %.txt,%.5,$(MAN5_TXT)) - DOC_MAN7=$(patsubst %.txt,%.7,$(MAN7_TXT)) +--- ./Documentation/Makefile.orig 2013-08-27 12:08:25.000000000 -0400 ++++ ./Documentation/Makefile 2013-08-27 12:09:18.000000000 -0400 +@@ -78,11 +78,11 @@ + DOC_MAN5 = $(patsubst %.txt,%.5,$(MAN5_TXT)) + DOC_MAN7 = $(patsubst %.txt,%.7,$(MAN7_TXT)) --prefix?=$(HOME) -+prefix?=$(PREFIX) - bindir?=$(prefix)/bin --htmldir?=$(prefix)/share/doc/git-doc --pdfdir?=$(prefix)/share/doc/git-doc -+htmldir?=$(prefix)/share/doc/git -+pdfdir?=$(prefix)/share/doc/git - mandir?=$(prefix)/share/man - man1dir=$(mandir)/man1 - man5dir=$(mandir)/man5 -@@ -155,7 +155,7 @@ +-prefix ?= $(HOME) ++prefix ?= $(PREFIX) + bindir ?= $(prefix)/bin +-htmldir ?= $(prefix)/share/doc/git-doc ++htmldir ?= $(prefix)/share/doc/git + infodir ?= $(prefix)/share/info +-pdfdir ?= $(prefix)/share/doc/git-doc ++pdfdir ?= $(prefix)/share/doc/git + mandir ?= $(prefix)/share/man + man1dir = $(mandir)/man1 + man5dir = $(mandir)/man5 +@@ -196,7 +196,7 @@ endif endif |