diff options
author | zafer <zafer@pkgsrc.org> | 2009-06-05 22:23:00 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-06-05 22:23:00 +0000 |
commit | 2fccb476d475d578b3cafddf8d74e2fcfb7b9fa9 (patch) | |
tree | 25e837c4b69994b0d9a4336818616e20af0e5fc5 /emulators | |
parent | 409e75c3746e5ebee6a903f506203858d41b09a2 (diff) | |
download | pkgsrc-2fccb476d475d578b3cafddf8d74e2fcfb7b9fa9.tar.gz |
update master sites. remove vincent.grigorieff.free.fr. host does not resolve.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/snes9x/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 32ee63f23c1..f85badefe04 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.45 2009/03/13 13:33:34 hasso Exp $ +# $NetBSD: Makefile,v 1.46 2009/06/05 22:23:00 zafer Exp $ SNESVER= 1.43 DISTNAME= snes9x-${SNESVER}-src PKGNAME= snes9x-${SNESVER} CATEGORIES= emulators MASTER_SITES= http://www.lysator.liu.se/snes9x/${SNESVER}/ \ - http://files.ipherswipsite.com/snes9x/ \ - http://vincent.grigorieff.free.fr/snes9x/ + http://files.ipherswipsite.com/snes9x/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.snes9x.com/ |