diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-18 12:16:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-18 12:16:13 +0000 |
commit | b9465355981de96c0278d4bd5f597979e3edd948 (patch) | |
tree | 29a9fabc057051b5152d4c4c755cc4e981224b47 /cross/i386-linux/Makefile | |
parent | e5d4e5a08773adf0c0c4bc72e934b1e2ddce8e69 (diff) | |
download | pkgsrc-b9465355981de96c0278d4bd5f597979e3edd948.tar.gz |
Remove MASTER_SITES entry which does not have the files any longer.
Diffstat (limited to 'cross/i386-linux/Makefile')
-rw-r--r-- | cross/i386-linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index 70c69555678..079cbe38696 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.19 2004/07/09 20:48:15 kristerw Exp $ +# $NetBSD: Makefile,v 1.20 2005/04/18 12:16:13 wiz Exp $ # DISTVERSION= 2.0.7.1 PKGREVISION= 1 DISTFILES= ${LINUXDEVEL_FILES} EXTRACT_ONLY= # none of the RPM files -MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/redhat/redhat-5.1/i386/RedHat/RPMS/ +MASTER_SITES= # no known-good site; default to pkgsrc distfile mirrors MAINTAINER= tech-pkg@NetBSD.org COMMENT= Cross-compile environment for iX86 Linux, libc v6 |