diff options
Diffstat (limited to 'misc/git/Makefile')
-rw-r--r-- | misc/git/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile index 6ccf342e01a9..e4af273ebfc4 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -3,12 +3,12 @@ # Date created: 12 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.5 1996/11/11 05:49:35 obrien Exp $ +# $Id: Makefile,v 1.6 1996/11/17 09:05:46 obrien Exp $ # DISTNAME= git-4.3.11 CATEGORIES= misc -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} GNU_CONFIGURE= YES MAN1= git.1 gitmount.1 gitcmp.1 gitkeys.1 gitredir.1 gitrgrep.1 \ |