diff options
author | tron <tron> | 2002-01-07 14:02:31 +0000 |
---|---|---|
committer | tron <tron> | 2002-01-07 14:02:31 +0000 |
commit | 56de9f290763d7cb3c0bf9ab8b8f625f0a1681e1 (patch) | |
tree | bb6766a3574e9cb49ed85bb73903a02be7ea0b9e /emulators | |
parent | 86686150a7ac749da315a8d93962359029a7d62f (diff) | |
download | pkgsrc-56de9f290763d7cb3c0bf9ab8b8f625f0a1681e1.tar.gz |
Remove "roms.mame.dk" from "MASTER_SITES": the distribution there has
an incorrect checksum and the site is horribly slow.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index f23e650f82b..b5607667f08 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.64 2002/01/06 22:09:31 kristerw Exp $ +# $NetBSD: Makefile,v 1.65 2002/01/07 14:02:31 tron Exp $ # DISTNAME= xmame-0.57.1 CATEGORIES= emulators games x11 -MASTER_SITES= http://roms.mame.dk/emu/ \ - http://x.mame.net/download/ +MASTER_SITES= http://x.mame.net/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= kristerw@netbsd.org |