diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-16 00:39:07 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-16 00:39:07 +0000 |
commit | 64efd9154751f9b744fca69d926850877d6b8446 (patch) | |
tree | b6660eea9b9c5cd1177d56b349c68cc97e3eacf4 /misc/git/Makefile | |
parent | 182edb954dea3da592644db7b696313d8c3717f6 (diff) | |
download | ports-64efd9154751f9b744fca69d926850877d6b8446.tar.gz ports-64efd9154751f9b744fca69d926850877d6b8446.zip |
Notes
Diffstat (limited to 'misc/git/Makefile')
-rw-r--r-- | misc/git/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile index 203c78d899b4..6f3dc4485cb3 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: git -# Version required: 4.3.17 +# Version required: 4.3.19 # Date created: 12 Jul 1995 # Whom: torstenb@FreeBSD.org # # $FreeBSD$ # -DISTNAME= git-4.3.17 +DISTNAME= git-4.3.19 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= git @@ -15,7 +15,7 @@ MAINTAINER= jseger@FreeBSD.org GNU_CONFIGURE= YES MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \ - gitps.1 gitrgrep.1 gitview.1 + gitrgrep.1 gitunpack.1 pre-patch: ${CP} ${WRKSRC}/term/.gitrc.ansi \ |