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-legacy | |
parent | ee526acaca3a0bfa04a28064ec095c8091d04fe1 (diff) |
Notes
Diffstat (limited to 'emulators/virtualbox-ose-legacy')
-rw-r--r-- | emulators/virtualbox-ose-legacy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile index ea31c4e784d6..692e40b3830f 100644 --- a/emulators/virtualbox-ose-legacy/Makefile +++ b/emulators/virtualbox-ose-legacy/Makefile @@ -9,8 +9,8 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.0.16 PORTREVISION= 2 CATEGORIES= emulators -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/ \ http://download.virtualbox.org/virtualbox/${VBOX_GUEST_VER}/:guestadditions PKGNAMESUFFIX= -legacy |