diff options
author | pav <pav@FreeBSD.org> | 2005-11-15 07:50:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-15 07:50:22 +0800 |
commit | 7d885ecc0cef627648861ce71967b3ed1bdf096a (patch) | |
tree | f8aa2cca21cc5a9fa0eaacb0b691376484b12384 /emulators/xmame | |
parent | b68a7fb5cc1f2a1aa87edb2c80dc0f6ab0a7073f (diff) | |
download | freebsd-ports-gnome-7d885ecc0cef627648861ce71967b3ed1bdf096a.tar.gz freebsd-ports-gnome-7d885ecc0cef627648861ce71967b3ed1bdf096a.tar.zst freebsd-ports-gnome-7d885ecc0cef627648861ce71967b3ed1bdf096a.zip |
- Fix fetching of history file
PR: ports/89038
Submitted by: Miguel Mendez <mmendez@gmail.com> (maintainer)
Diffstat (limited to 'emulators/xmame')
-rw-r--r-- | emulators/xmame/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index b41e3056d292..71cb116a1479 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -10,6 +10,7 @@ PORTVERSION?= 0.101 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/:xmame \ http://www.arcade-history.com/download/:history \ + http://www.energyhq.es.eu.org/files/:history \ http://www.mameworld.net/highscore/:highscore \ http://cheat.retrogames.com/:cheat DISTNAME= xmame-${XMAMEVERSION:S/.r/-rc/} |