diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-27 01:01:15 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-02-27 01:01:15 +0000 |
commit | 9fac048015169945a2b76a353d73c739db34d4d5 (patch) | |
tree | 84e1099a9a4a93cd412d2b91f22a1c47c2d205ef /misc/git/files | |
parent | Update to 1.12.0 (diff) |
Also prevent installation of the git.1 man page and avoid installation of
bin/git in a simpler way.
Take maintainership.
Notes
Notes:
svn path=/head/; revision=229117
Diffstat (limited to 'misc/git/files')
-rw-r--r-- | misc/git/files/patch-src-Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/misc/git/files/patch-src-Makefile.in b/misc/git/files/patch-src-Makefile.in index a267367c4539..646906e2fd67 100644 --- a/misc/git/files/patch-src-Makefile.in +++ b/misc/git/files/patch-src-Makefile.in @@ -9,11 +9,3 @@ bin_SCRIPTS = gitaction gitmkdirs gitmount gitrgrep gitunpack gitxgrep\ .gitaction gitdpkgname -@@ -926,7 +926,6 @@ - - - install-exec-hook: --@TRANSITION_TRUE@ $(INSTALL_SCRIPT) $(srcdir)/git.transition $(DESTDIR)$(bindir)/git - ln -sf gitrgrep $(DESTDIR)$(bindir)/gitregrep - ln -sf gitrgrep $(DESTDIR)$(bindir)/gitrfgrep - |