diff options
author | shattered <shattered@pkgsrc.org> | 2010-11-13 21:08:54 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2010-11-13 21:08:54 +0000 |
commit | 309ff161bace6cfec44cca1cdc4ba2602996425f (patch) | |
tree | 9dd00472e0d3202809bd050eba1285d2b63382a6 /emulators | |
parent | eaee84f4ded431f35f1ea395000228d5a437b4bf (diff) | |
download | pkgsrc-309ff161bace6cfec44cca1cdc4ba2602996425f.tar.gz |
Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sms_sdl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/sms_sdl/Makefile b/emulators/sms_sdl/Makefile index db7f1a34442..0881ec36a82 100644 --- a/emulators/sms_sdl/Makefile +++ b/emulators/sms_sdl/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.9 2009/08/25 11:57:45 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2010/11/13 21:08:57 shattered Exp $ # DISTNAME= sms_sdl-0.9.4a-r7.1-src PKGNAME= sms_sdl-0.9.4a.7.1 PKGREVISION= 3 CATEGORIES= emulators -MASTER_SITES= http://membres.lycos.fr/cyxdown/smssdl/ +MASTER_SITES= http://membres.multimania.fr/cyxdown/smssdl/ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://membres.lycos.fr/cyxdown/smssdl/ +HOMEPAGE= http://membres.multimania.fr/cyxdown/smssdl/ COMMENT= SMS Plus emulator port to SDL PKG_DESTDIR_SUPPORT= user-destdir |