diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-03-22 00:23:59 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-03-22 00:23:59 +0000 |
commit | a2fcc706936e9fc5c19e03b1dd4e5f13b5bb5476 (patch) | |
tree | b8fcc15cc33b70bce7765f7fe951f29e62aeee61 /emulators | |
parent | acbe5ee16b2451fd4c96ddd2714fe9b8211bdde2 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mame-extras/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/mame-extras/Makefile b/emulators/mame-extras/Makefile index d591743aec5d..f567a6236d48 100644 --- a/emulators/mame-extras/Makefile +++ b/emulators/mame-extras/Makefile @@ -9,7 +9,7 @@ PORTNAME= mame PORTVERSION= 0.112 CATEGORIES= emulators MASTER_SITES= http://www.mame.net/:mame \ - http://www.mameworld.net/mameinfo/update/:mameinfo \ + ${MASTER_SITE_LOCAL:S|$|alepulver/:mameinfo|} \ http://zemamu.free.fr/:icons \ http://cheat.retrogames.com/:cheats \ http://www.mameworld.net/highscore/:hiscore \ @@ -22,8 +22,6 @@ EXTRACT_ONLY= # MAINTAINER= alepulver@FreeBSD.org COMMENT= Additional files for MAME (Multi Arcade Machine Emulator) -BROKEN= Unfetchable - USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes |