From 417cae0cc0be2e1d2c7e7f7ba7ae37e15c007feb Mon Sep 17 00:00:00 2001 From: gerald Date: Fri, 27 Feb 2009 01:01:15 +0000 Subject: Also prevent installation of the git.1 man page and avoid installation of bin/git in a simpler way. Take maintainership. --- misc/gnuit/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'misc/gnuit/Makefile') 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 -- cgit