diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
commit | f061af8080abfb59038d436c3e16778abbf8a5a5 (patch) | |
tree | 78c3dfe188b146eabede69f8db503043af83c8b4 /misc/gnuit/Makefile | |
parent | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (diff) | |
download | freebsd-ports-graphics-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.gz freebsd-ports-graphics-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.zst freebsd-ports-graphics-f061af8080abfb59038d436c3e16778abbf8a5a5.zip |
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
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 6ccf342e01a..e4af273ebfc 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 \ |