diff options
-rw-r--r-- | devel/py-xdg/Makefile | 4 | ||||
-rw-r--r-- | graphics/cairo/Makefile | 5 | ||||
-rw-r--r-- | graphics/glitz/Makefile | 4 | ||||
-rw-r--r-- | graphics/gtkcairo/Makefile | 4 | ||||
-rw-r--r-- | graphics/libpixman/Makefile | 4 | ||||
-rw-r--r-- | graphics/libsvg-cairo/Makefile | 4 | ||||
-rw-r--r-- | graphics/libsvg/Makefile | 4 |
7 files changed, 21 insertions, 8 deletions
diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile index 21baed99c591..b54a114749ba 100644 --- a/devel/py-xdg/Makefile +++ b/devel/py-xdg/Makefile @@ -8,7 +8,9 @@ PORTNAME= xdg PORTVERSION= 0.8 CATEGORIES= devel python -MASTER_SITES= http://freedesktop.org/Software/pyxdg/releases/ +MASTER_SITES= http://freedesktop.org/Software/pyxdg/releases/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 2c6325997f2e..bd0e48ec3e25 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -8,7 +8,9 @@ PORTNAME= cairo PORTVERSION= 0.2.0 CATEGORIES= graphics -MASTER_SITES= http://www.cairographics.org/snapshots/ +MASTER_SITES= http://www.cairographics.org/snapshots/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= Cairo is a vector graphics library with cross-device output support @@ -41,4 +43,3 @@ post-patch: .endif .include <bsd.port.post.mk> - diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile index b6027bedd51b..411ebac25200 100644 --- a/graphics/glitz/Makefile +++ b/graphics/glitz/Makefile @@ -8,7 +8,9 @@ PORTNAME= glitz PORTVERSION= 0.2.3 CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ +MASTER_SITES= http://cairographics.org/snapshots/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= OpenGL image compositing library diff --git a/graphics/gtkcairo/Makefile b/graphics/gtkcairo/Makefile index 82e0d1e98cfb..7e8b657687e8 100644 --- a/graphics/gtkcairo/Makefile +++ b/graphics/gtkcairo/Makefile @@ -8,7 +8,9 @@ PORTNAME= gtkcairo PORTVERSION= 0.3 CATEGORIES= graphics -MASTER_SITES= http://www.cairographics.org/snapshots/ +MASTER_SITES= http://www.cairographics.org/snapshots/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= Gtk+ bindings to cairo diff --git a/graphics/libpixman/Makefile b/graphics/libpixman/Makefile index dfc7396a2c7d..c2dc9666d3a3 100644 --- a/graphics/libpixman/Makefile +++ b/graphics/libpixman/Makefile @@ -8,7 +8,9 @@ PORTNAME= libpixman PORTVERSION= 0.1.2 CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/snapshots/ +MASTER_SITES= http://cairographics.org/snapshots/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= Pixel region library diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile index fa929536574c..e728b053d286 100644 --- a/graphics/libsvg-cairo/Makefile +++ b/graphics/libsvg-cairo/Makefile @@ -8,7 +8,9 @@ PORTNAME= libsvg-cairo PORTVERSION= 0.1.4 CATEGORIES= graphics -MASTER_SITES= http://www.cairographics.org/snapshots/ +MASTER_SITES= http://www.cairographics.org/snapshots/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= SVG rendering library diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile index 2e5054709382..4008352c3395 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -8,7 +8,9 @@ PORTNAME= libsvg PORTVERSION= 0.1.2 CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/cairo/snapshots/ +MASTER_SITES= http://cairographics.org/cairo/snapshots/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ahze MAINTAINER= ahze@FreeBSD.org COMMENT= A parser for SVG content in files or buffers |