diff options
author | tron <tron> | 2002-12-28 08:48:09 +0000 |
---|---|---|
committer | tron <tron> | 2002-12-28 08:48:09 +0000 |
commit | 913055911fa93fd54da2d8526679245283b167ba (patch) | |
tree | e8c012328e8256ff5b294fe0c1064ea5ace5d2e9 /misc | |
parent | daf6bdcad42080bb8ee84f1fab41c211d2a19fc5 (diff) | |
download | pkgsrc-913055911fa93fd54da2d8526679245283b167ba.tar.gz |
Remove obsolete mirror on "ftp.gwdg.de" from master site list.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rpm/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index ebe7f323518..c71928e7e4f 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2002/12/01 16:25:58 salo Exp $ -# +# $NetBSD: Makefile,v 1.38 2002/12/28 08:48:09 tron Exp $ DISTNAME= rpm-2.5.4 CATEGORIES= misc -MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ \ - ftp://ftp.gwdg.de/pub/linux/redhat/code/rpm/ +MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.rpm.org/ |