diff options
author | abs <abs@pkgsrc.org> | 2002-05-17 13:21:30 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-05-17 13:21:30 +0000 |
commit | c7d53850e916ca0b94ff13613f32cdeeff19c2e9 (patch) | |
tree | ff01972984f3feead18493c52a60dcb7f1c7f87d /emulators/xmame | |
parent | d7ecc981f1f2833f478fc71ce4b7d39ec43e5291 (diff) | |
download | pkgsrc-c7d53850e916ca0b94ff13613f32cdeeff19c2e9.tar.gz |
x.mame.net seems very slow today - add a second MASTER_SITE
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index aefdb899937..566f911b20b 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.73 2002/05/07 15:56:24 kristerw Exp $ +# $NetBSD: Makefile,v 1.74 2002/05/17 13:21:30 abs Exp $ # DISTNAME= xmame-0.60.1 CATEGORIES= emulators games x11 -MASTER_SITES= http://x.mame.net/download/ +MASTER_SITES= http://x.mame.net/download/ \ + http://roms2.mame.dk/emu/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= kristerw@netbsd.org |