diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-09 00:06:56 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-09 00:06:56 +0800 |
commit | 4954a4f059cded40d8eaf1f3cc5531fc3d6ca9e7 (patch) | |
tree | 3eca3dccbb65bc5fa93bdb03c341ba3a65408f4b | |
parent | d5ab854e8ada55be82ed14e4ca6a8cc0632a4590 (diff) | |
download | freebsd-ports-gnome-4954a4f059cded40d8eaf1f3cc5531fc3d6ca9e7.tar.gz freebsd-ports-gnome-4954a4f059cded40d8eaf1f3cc5531fc3d6ca9e7.tar.zst freebsd-ports-gnome-4954a4f059cded40d8eaf1f3cc5531fc3d6ca9e7.zip |
- add MASTER_SITE_LOCAL
-rw-r--r-- | astro/position/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/gsbench/Makefile | 4 | ||||
-rw-r--r-- | graphics/imageviewer/Makefile | 5 | ||||
-rw-r--r-- | graphics/yap/Makefile | 4 | ||||
-rw-r--r-- | shells/gscommander/Makefile | 4 |
5 files changed, 16 insertions, 5 deletions
diff --git a/astro/position/Makefile b/astro/position/Makefile index 65a52d8d6133..dcfb13f3b453 100644 --- a/astro/position/Makefile +++ b/astro/position/Makefile @@ -9,7 +9,9 @@ PORTNAME= position PORTVERSION= 0.3 PORTREVISION= 3 CATEGORIES= astro gnustep -MASTER_SITES= http://www.gnustep.it/enrico/position/ +MASTER_SITES= http://www.gnustep.it/enrico/position/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= GPS and Moving-Map Applikation diff --git a/benchmarks/gsbench/Makefile b/benchmarks/gsbench/Makefile index 9a44ec02e421..d4deb42a28b3 100644 --- a/benchmarks/gsbench/Makefile +++ b/benchmarks/gsbench/Makefile @@ -9,7 +9,9 @@ PORTNAME= gsbench PORTVERSION= 0.5.2 PORTREVISION= 2 CATEGORIES= benchmarks gnustep -MASTER_SITES= http://www.nice.ch/~phip/ +MASTER_SITES= http://www.nice.ch/~phip/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex DISTNAME= GSBench-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org diff --git a/graphics/imageviewer/Makefile b/graphics/imageviewer/Makefile index dbc76c46660b..b975477291d8 100644 --- a/graphics/imageviewer/Makefile +++ b/graphics/imageviewer/Makefile @@ -9,7 +9,10 @@ PORTNAME= imageviewer PORTVERSION= 0.6.3 PORTREVISION= 2 CATEGORIES= graphics gnustep -MASTER_SITES= http://www.nice.ch/~phip/ +MASTER_SITES= http://www.nice.ch/~phip/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex + DISTNAME= ImageViewer-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org diff --git a/graphics/yap/Makefile b/graphics/yap/Makefile index 4bd36e24fd61..48bb215e23e0 100644 --- a/graphics/yap/Makefile +++ b/graphics/yap/Makefile @@ -9,7 +9,9 @@ PORTNAME= yap PORTVERSION= 0.2 PORTREVISION= 4 CATEGORIES= graphics gnustep -MASTER_SITES= http://www.gnustep.it/marko/GPSText/ +MASTER_SITES= http://www.gnustep.it/marko/GPSText/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex DISTNAME= Yap EXTRACT_SUFX= .tgz DIST_SUBDIR= repacked/2007-02-15 diff --git a/shells/gscommander/Makefile b/shells/gscommander/Makefile index 52fe3fafd963..2e6cda0d3b24 100644 --- a/shells/gscommander/Makefile +++ b/shells/gscommander/Makefile @@ -9,7 +9,9 @@ PORTNAME= gscommander PORTVERSION= 0.1 PORTREVISION= 3 CATEGORIES= shells gnustep -MASTER_SITES= http://www.nice.ch/~phip/ +MASTER_SITES= http://www.nice.ch/~phip/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex DISTNAME= GSCommander-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org |