diff options
author | tg <tg@FreeBSD.org> | 1997-10-07 16:56:32 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-10-07 16:56:32 +0800 |
commit | 069a7273898ea97dabc57f8978b8c669d0b32818 (patch) | |
tree | 9b4b3ea1402296b427cc0950a5159b493d879732 /misc/gnuit/Makefile | |
parent | a66462ce076d527756cf43fdbb338a1bb66b5df8 (diff) | |
download | freebsd-ports-gnome-069a7273898ea97dabc57f8978b8c669d0b32818.tar.gz freebsd-ports-gnome-069a7273898ea97dabc57f8978b8c669d0b32818.tar.zst freebsd-ports-gnome-069a7273898ea97dabc57f8978b8c669d0b32818.zip |
Upgrade to 4.3.16.
Diffstat (limited to 'misc/gnuit/Makefile')
-rw-r--r-- | misc/gnuit/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index a4dd6cb76b47..adff7649bffb 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/Makefile @@ -1,18 +1,20 @@ # New ports collection makefile for: git -# Version required: 4.3.11 +# Version required: 4.3.16 # Date created: 12 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.7 1996/11/18 10:25:02 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp $ # -DISTNAME= git-4.3.11 +DISTNAME= git-4.3.16 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} +MAINTAINER= ports@FreeBSD.ORG + GNU_CONFIGURE= YES -MAN1= git.1 gitaction.1 gitmount.1 gitcmp.1 gitkeys.1 \ - gitredir.1 gitrgrep.1 gitps.1 gitview.1 +MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \ + gitps.1 gitrgrep.1 gitview.1 pre-install: ${CP} ${WRKSRC}/term/.gitrc.ansi \ |