diff options
author | bad <bad> | 1999-03-22 16:08:30 +0000 |
---|---|---|
committer | bad <bad> | 1999-03-22 16:08:30 +0000 |
commit | 82b4b23aa5bbed1ec56a9889ce3018fe97f6cd10 (patch) | |
tree | 17a5b345de9184310228cc637deacd1993b7ad94 /misc | |
parent | 90a05cfd131da96fa7a681b4e481640503455178 (diff) | |
download | pkgsrc-82b4b23aa5bbed1ec56a9889ce3018fe97f6cd10.tar.gz |
Catch up with MASTER_SITE_GNU reorganization.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/git/Makefile | 4 | ||||
-rw-r--r-- | misc/screen/Makefile | 4 |
2 files changed, 4 insertions, 4 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/ diff --git a/misc/screen/Makefile b/misc/screen/Makefile index ff7875aa35b..3b3450ff4b4 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 1999/02/20 22:48:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 1999/03/22 16:08:33 bad Exp $ # FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp # DISTNAME= screen-3.7.6 CATEGORIES= misc MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ - ${MASTER_SITE_GNU} + ${MASTER_SITE_GNU:=/screen/} MAINTAINER= hubertf@netbsd.org |