diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
commit | 5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4 (patch) | |
tree | 3a9d17e5f9310ab69df14407f1fa479d6a68eac0 /misc/gnuit/Makefile | |
parent | Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES. (diff) |
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4571
Diffstat (limited to 'misc/gnuit/Makefile')
-rw-r--r-- | misc/gnuit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index 6ccf342e01a9..e4af273ebfc4 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/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 \ |