diff options
author | shaun <shaun@FreeBSD.org> | 2009-07-20 02:59:40 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2009-07-20 02:59:40 +0800 |
commit | 0a7c4bc363b6d3c5e8983d4c034fffdbd0f0a77c (patch) | |
tree | 85f420bdabc031e98f99da1078c1ce5e67a3aa31 /graphics | |
parent | 6e31a97bdd1b2c76d94ae3db68f399027d3a9658 (diff) | |
download | freebsd-ports-gnome-0a7c4bc363b6d3c5e8983d4c034fffdbd0f0a77c.tar.gz freebsd-ports-gnome-0a7c4bc363b6d3c5e8983d4c034fffdbd0f0a77c.tar.zst freebsd-ports-gnome-0a7c4bc363b6d3c5e8983d4c034fffdbd0f0a77c.zip |
Remove references to my mirror, which will be decommissioned shortly;
fall back to FreeBSD mirrors in case the port has no others.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 3 | ||||
-rw-r--r-- | graphics/sdl_gfx/Makefile | 3 | ||||
-rw-r--r-- | graphics/timeless/Makefile | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 4323fd0f2dd8..007cd27811b8 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -8,8 +8,7 @@ PORTNAME= graphviz PORTVERSION= 2.24.0 CATEGORIES= graphics tk -MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ \ - http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ +MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Graph Visualization Software from AT&T and Bell Labs diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 96e0c57bc418..279d545d0a41 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -9,8 +9,7 @@ PORTNAME= sdl_gfx PORTVERSION= 2.0.18 CATEGORIES= graphics -MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ \ - http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ +MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} DISTNAME= SDL_gfx-${PORTVERSION} diff --git a/graphics/timeless/Makefile b/graphics/timeless/Makefile index 786703c1102d..b2d4d90c4a7f 100644 --- a/graphics/timeless/Makefile +++ b/graphics/timeless/Makefile @@ -9,7 +9,8 @@ PORTNAME= timeless PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= shaun MAINTAINER= nehe@cruzinternet.com COMMENT= FreeBSD/SDL port of Tran's Timeless Demo with Sound |