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 | |
parent | 1633b9c9b9c56381a7c50a54b9274f9c48b47270 (diff) | |
download | ports-9fac048015169945a2b76a353d73c739db34d4d5.tar.gz ports-9fac048015169945a2b76a353d73c739db34d4d5.zip |
Notes
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 - |