diff options
-rw-r--r-- | graphics/vterrain-apps/Makefile | 4 | ||||
-rw-r--r-- | graphics/vterrain-sdk/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/graphics/vterrain-apps/Makefile b/graphics/vterrain-apps/Makefile index b6d3ed9b6536..f3e29d7bb807 100644 --- a/graphics/vterrain-apps/Makefile +++ b/graphics/vterrain-apps/Makefile @@ -8,7 +8,9 @@ PORTNAME= vterrain-apps PORTVERSION= 010829 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.vterrain.org/pub/vterrain/dist/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + ftp://ftp.vterrain.org/pub/vterrain/dist/ +MASTER_SITE_SUBDIR= rhh DISTNAME= TerrainApps-${PORTVERSION} MAINTAINER= aa8vb@nc.rr.com diff --git a/graphics/vterrain-sdk/Makefile b/graphics/vterrain-sdk/Makefile index 9943a0ae7460..839d39a49d05 100644 --- a/graphics/vterrain-sdk/Makefile +++ b/graphics/vterrain-sdk/Makefile @@ -8,7 +8,9 @@ PORTNAME= vterrain-sdk PORTVERSION= 010829 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.vterrain.org/pub/vterrain/dist/ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + ftp://ftp.vterrain.org/pub/vterrain/dist/ +MASTER_SITE_SUBDIR= rhh DISTFILES= TerrainSDK-${PORTVERSION}.zip MAINTAINER= aa8vb@nc.rr.com |