diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2012-09-12 20:13:34 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2012-09-12 20:13:34 +0000 |
commit | 77ec5cb4ec53f8dc5b8314657c7f69112a6b9beb (patch) | |
tree | e7c678a6cc46bd0e7bb4759835db1429e2eda386 /emulators/virtualbox-ose-kmod-legacy | |
parent | ee526acaca3a0bfa04a28064ec095c8091d04fe1 (diff) | |
download | freebsd-ports-77ec5cb4ec53f8dc5b8314657c7f69112a6b9beb.zip |
- Cleanup MASTER_SITES and use upstream mirror as primary
Discussed with: beat (for chruetertee mirrors)
Diffstat (limited to 'emulators/virtualbox-ose-kmod-legacy')
-rw-r--r-- | emulators/virtualbox-ose-kmod-legacy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/virtualbox-ose-kmod-legacy/Makefile b/emulators/virtualbox-ose-kmod-legacy/Makefile index 83f48a4eb182..f4d035e86647 100644 --- a/emulators/virtualbox-ose-kmod-legacy/Makefile +++ b/emulators/virtualbox-ose-kmod-legacy/Makefile @@ -8,8 +8,8 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.0.16 CATEGORIES= emulators kld -MASTER_SITES= http://tmp.chruetertee.ch/ \ - http://freebsd.unixfreunde.de/sources/ \ +MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ + http://tmp.chruetertee.ch/ \ http://disasterarea.chruetertee.ch/ PKGNAMESUFFIX= -kmod-legacy DISTNAME= VirtualBox-${DISTVERSION} |