diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-11 23:56:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-11 23:56:53 +0000 |
commit | 49da95f98271610044e8e4f0a64695eeb4ba3a8a (patch) | |
tree | b107631d9b538e99d5b1bf97879f3f6251b2c719 /math | |
parent | 0514b333c15354f470bdc27030b3007d7f501d20 (diff) | |
download | pkgsrc-49da95f98271610044e8e4f0a64695eeb4ba3a8a.tar.gz |
Remove fire.mpi-stuttgart.mpg.de and wauug.erols.com from MASTER_SITES,
they don't resolve. From Zafer Aydogan in PR 37320.
Diffstat (limited to 'math')
-rw-r--r-- | math/xmgr/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 2c624ec2e9e..7346d82d1e0 100644 --- a/math/xmgr/Makefile +++ b/math/xmgr/Makefile @@ -1,14 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2006/12/15 20:32:59 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2007/11/11 23:56:53 wiz Exp $ DISTNAME= xmgr-4.1.2 PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/ \ - ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/old/ \ - ftp://fire.mpi-stuttgart.mpg.de/pub/mirrors/xmgr4/src/ \ - ftp://fire.mpi-stuttgart.mpg.de/pub/mirrors/xmgr4/src/old/ \ - ftp://wauug.erols.com/pub/X-Windows/xmgr4/src/ \ - ftp://wauug.erols.com/pub/X-Windows/xmgr4/src/old/ + ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/old/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://plasma-gate.weizmann.ac.il/Xmgr/ |