diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-01-08 18:49:01 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-01-08 18:49:01 +0800 |
commit | 4b4a12a1d0228e20a6b7ae877ddd469c3fd38c51 (patch) | |
tree | f5b05355208f38206c5dd5572159e020024ce2d8 /emulators | |
parent | e0be8a9f09072a6510367f9c42acbea3ab178af7 (diff) | |
download | freebsd-ports-gnome-4b4a12a1d0228e20a6b7ae877ddd469c3fd38c51.tar.gz freebsd-ports-gnome-4b4a12a1d0228e20a6b7ae877ddd469c3fd38c51.tar.zst freebsd-ports-gnome-4b4a12a1d0228e20a6b7ae877ddd469c3fd38c51.zip |
- extend MASTER_SITES
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index a4c9612aac3f..54dfcfea78f7 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -9,6 +9,7 @@ PORTVERSION= 1.18 PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/ \ + http://fresh.t-systems-sfr.com/linux/src/ \ ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ PKGNAMESUFFIX?= ${GNOME_SUFFIX}${PKGNAMESUFFIX2} |