diff --git a/java/dbvis/Makefile b/java/dbvis/Makefile index ec66951c4c61..17559beec8a5 100644 --- a/java/dbvis/Makefile +++ b/java/dbvis/Makefile @@ -1,7 +1,8 @@ PORTNAME= dbvis DISTVERSION= 25.1.3 CATEGORIES= java databases -MASTER_SITES= https://www.dbvis.com/product_download/${PORTNAME}-${DISTVERSION}/media/ +MASTER_SITES= https://www.dbvis.com/product_download/${PORTNAME}-${DISTVERSION}/media/ \ + https://storage.googleapis.com/${PORTNAME}-download/product_download/${PORTNAME}-${DISTVERSION}/media/ DISTNAME= dbvis_linux_${DISTVERSION:S/./_/g} MAINTAINER= vvd@FreeBSD.org