diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-08 10:49:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-08 10:49:01 +0000 |
commit | e73a6cbe4520bb05c04ce1f74cad3b3582743e2a (patch) | |
tree | b04c861714eae478f3ffdee5a88e7d7ce30d0e55 | |
parent | 46bf9e54b90924ad0b111dbf1ca7b453089ce092 (diff) | |
download | freebsd-ports-e73a6cbe4520bb05c04ce1f74cad3b3582743e2a.zip |
- extend MASTER_SITES
-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} |