diff options
author | rene <rene@FreeBSD.org> | 2016-12-09 04:35:42 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-12-09 04:35:42 +0800 |
commit | b46aa6509aa2b7a49e89c640f03ff142f9db6483 (patch) | |
tree | 2d853f7c75323e56439ab45a5c841ec49552b3c8 /emulators | |
parent | 48e67c18bb90c521ca3f4460f253bb77b4a9de51 (diff) | |
download | freebsd-ports-gnome-b46aa6509aa2b7a49e89c640f03ff142f9db6483.tar.gz freebsd-ports-gnome-b46aa6509aa2b7a49e89c640f03ff142f9db6483.tar.zst freebsd-ports-gnome-b46aa6509aa2b7a49e89c640f03ff142f9db6483.zip |
emulators/fuse-roms: use my server as a backup for both distfiles,
sometimes the primary servers are flaky.
Reported by: pkg-fallout
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse-roms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/fuse-roms/Makefile b/emulators/fuse-roms/Makefile index b11845716304..43dd068d7c25 100644 --- a/emulators/fuse-roms/Makefile +++ b/emulators/fuse-roms/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ftp://mirror.switch.ch/pool/4/mirror/rpmfusion/${FC_SUBDIR}:1 \ ftp://ftp.pbone.net/mirror/rpmfusion.org/${FC_SUBDIR}:1 \ ftp://ftp.icm.edu.pl/vol/rzm5/linux-rpmfusion/${FC_SUBDIR}:1 \ http://zxspectrum.it.omegahg.com/rom/:2 \ - https://rene-ladan.nl/distfiles/:2 + https://rene-ladan.nl/distfiles/ DISTFILES= fuse-emulator-roms-0.9.0-6.fc${FCVER}.noarch.rpm:1 Opus-22.rom:2 EXTRACT_ONLY= fuse-emulator-roms-0.9.0-6.fc${FCVER}.noarch.rpm |