diff options
author | bad <bad@pkgsrc.org> | 1999-03-22 16:08:30 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-03-22 16:08:30 +0000 |
commit | fa9c2f3760231b08dc9a0e755773b4eeede3a406 (patch) | |
tree | 17a5b345de9184310228cc637deacd1993b7ad94 /misc/git | |
parent | 71fdc4f987396c1d835d34fc972302db80290353 (diff) | |
download | pkgsrc-fa9c2f3760231b08dc9a0e755773b4eeede3a406.tar.gz |
Catch up with MASTER_SITE_GNU reorganization.
Diffstat (limited to 'misc/git')
-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 753a060f9af..5bab9271145 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 1998/08/20 15:17:13 tsarna Exp $ +# $NetBSD: Makefile,v 1.14 1999/03/22 16:08:32 bad Exp $ # FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp # DISTNAME= git-4.3.17 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU:=/git/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.unh.edu/~tudor/git/ |