diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-07 01:48:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-07 01:48:25 +0800 |
commit | 67c09a3c76916556f64ca058481d839cad8490a3 (patch) | |
tree | 930934d6b422512678efcdba87730c2e0265926b /emulators | |
parent | 5f6931c875db88dd9884e25861b66154af9e85bf (diff) | |
download | freebsd-ports-gnome-67c09a3c76916556f64ca058481d839cad8490a3.tar.gz freebsd-ports-gnome-67c09a3c76916556f64ca058481d839cad8490a3.tar.zst freebsd-ports-gnome-67c09a3c76916556f64ca058481d839cad8490a3.zip |
- fix MASTER_SITES
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 3f3ef65819ad..0e0b3bd1aa7e 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -8,8 +8,7 @@ PORTNAME= vice PORTVERSION= 2.3 PORTREVISION= 1 CATEGORIES= emulators -MASTER_SITES= http://www.viceteam.org/online/ \ - http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ +MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ PKGNAMESUFFIX?= ${GNOME_SUFFIX}${PKGNAMESUFFIX2} |