aboutsummaryrefslogtreecommitdiff
path: root/misc/gnuit/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-05-03 22:03:54 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-05-03 22:03:54 +0000
commita22982e021bde4f5f734aa038f4fe54f7a0507a3 (patch)
treee9d2ef709e42afc4182a50050721289b535a3d1a /misc/gnuit/Makefile
parentbcd91c8c98ea85c0869dc4480eb2e00c27238a91 (diff)
downloadports-a22982e021bde4f5f734aa038f4fe54f7a0507a3.tar.gz
ports-a22982e021bde4f5f734aa038f4fe54f7a0507a3.zip
Notes
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>