diff options
-rw-r--r-- | emulators/virtualbox-ose-kmod-legacy/Makefile | 4 | ||||
-rw-r--r-- | emulators/virtualbox-ose-legacy/Makefile | 4 |
2 files changed, 4 insertions, 4 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} 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 |