diff options
author | abs <abs@pkgsrc.org> | 2002-05-12 10:16:44 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-05-12 10:16:44 +0000 |
commit | 2b325a79cdaf328d6dc59b3ba290496e59192841 (patch) | |
tree | 7b3e62aa9d2dd250c2404071c0ce5434ccb7c879 /emulators/zsnes | |
parent | c5a19bc63c289d1df3bac45a1b738848c57a7d5e (diff) | |
download | pkgsrc-2b325a79cdaf328d6dc59b3ba290496e59192841.tar.gz |
prdownloads.sourceforge.net is no longer any use.
Switch to MASTER_SITE_SOURCEFORGE.
Diffstat (limited to 'emulators/zsnes')
-rw-r--r-- | emulators/zsnes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 9e1f9b325c9..da1afb93a3e 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2002/03/13 17:36:56 fredb Exp $ +# $NetBSD: Makefile,v 1.6 2002/05/12 10:16:46 abs Exp $ # DISTNAME= zsnes1337src PKGNAME= zsnes-1.337 PKGREVISION= 2 CATEGORIES= emulators -MASTER_SITES= http://prdownloads.sourceforge.net/zsnes/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsnes/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.zsnes.com/sourceforge.php |