diff options
author | gerald <gerald@FreeBSD.org> | 2009-02-27 09:01:15 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-02-27 09:01:15 +0800 |
commit | 417cae0cc0be2e1d2c7e7f7ba7ae37e15c007feb (patch) | |
tree | 5b4edde4a29241f603c14ed15d3e283c9b4c9c18 /misc | |
parent | 3bc5c42c6d33bd30eb2a6793fc1b2edc70e77619 (diff) | |
download | freebsd-ports-gnome-417cae0cc0be2e1d2c7e7f7ba7ae37e15c007feb.tar.gz freebsd-ports-gnome-417cae0cc0be2e1d2c7e7f7ba7ae37e15c007feb.tar.zst freebsd-ports-gnome-417cae0cc0be2e1d2c7e7f7ba7ae37e15c007feb.zip |
Also prevent installation of the git.1 man page and avoid installation of
bin/git in a simpler way.
Take maintainership.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/git/Makefile | 5 | ||||
-rw-r--r-- | misc/git/files/patch-src-Makefile.in | 8 | ||||
-rw-r--r-- | misc/gnuit/Makefile | 5 | ||||
-rw-r--r-- | misc/gnuit/files/patch-src-Makefile.in | 8 |
4 files changed, 6 insertions, 20 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile index b240e8c5d56b..3b2a6e42f8e1 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -11,11 +11,12 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Interactive Tools - a file system browser for UNIX systems GNU_CONFIGURE= YES -MAN1= git.1 gitaction.1 gitdpkgname.1 gitfm.1 gitinternal.1 \ +CONFIGURE_ARGS= --disable-transition +MAN1= gitaction.1 gitdpkgname.1 gitfm.1 gitinternal.1 \ gitkeys.1 gitmount.1 gitps.1 gitregrep.1 gitrfgrep.1 \ gitrgrep.1 gitunpack.1 gitview.1 gitwipe.1 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 - diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index b240e8c5d56b..3b2a6e42f8e1 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/Makefile @@ -11,11 +11,12 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Interactive Tools - a file system browser for UNIX systems GNU_CONFIGURE= YES -MAN1= git.1 gitaction.1 gitdpkgname.1 gitfm.1 gitinternal.1 \ +CONFIGURE_ARGS= --disable-transition +MAN1= gitaction.1 gitdpkgname.1 gitfm.1 gitinternal.1 \ gitkeys.1 gitmount.1 gitps.1 gitregrep.1 gitrfgrep.1 \ gitrgrep.1 gitunpack.1 gitview.1 gitwipe.1 diff --git a/misc/gnuit/files/patch-src-Makefile.in b/misc/gnuit/files/patch-src-Makefile.in index a267367c4539..646906e2fd67 100644 --- a/misc/gnuit/files/patch-src-Makefile.in +++ b/misc/gnuit/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 - |