aboutsummaryrefslogtreecommitdiff
path: root/misc/gnuit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gnuit/Makefile')
-rw-r--r--misc/gnuit/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile
index adff7649bffb..3f85872875ad 100644
--- a/misc/gnuit/Makefile
+++ b/misc/gnuit/Makefile
@@ -1,24 +1,23 @@
# New ports collection makefile for: git
-# Version required: 4.3.16
+# Version required: 4.3.17
# Date created: 12 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp $
+# $Id: Makefile,v 1.9 1997/10/07 08:56:30 tg Exp $
#
-DISTNAME= git-4.3.16
+DISTNAME= git-4.3.17
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
-MAINTAINER= ports@FreeBSD.ORG
+MAINTAINER= jseger@FreeBSD.ORG
GNU_CONFIGURE= YES
MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \
gitps.1 gitrgrep.1 gitview.1
-pre-install:
+pre-patch:
${CP} ${WRKSRC}/term/.gitrc.ansi \
${WRKSRC}/term/.gitrc.cons25
- (cd ${WRKSRC}/term ; patch --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
.include <bsd.port.mk>