aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-01-31 05:22:27 +0800
committermarcus <marcus@FreeBSD.org>2009-01-31 05:22:27 +0800
commit2f0e98d1d8cb0c79e7891a443f62ff2da5295b64 (patch)
treef088f95e5e4f9304da08488f2f62a9ffc0b7d33b /devel
parent5424d990cb6067da8af8874d934d22c76a4b0b7a (diff)
downloadfreebsd-ports-gnome-2f0e98d1d8cb0c79e7891a443f62ff2da5295b64.tar.gz
freebsd-ports-gnome-2f0e98d1d8cb0c79e7891a443f62ff2da5295b64.tar.zst
freebsd-ports-gnome-2f0e98d1d8cb0c79e7891a443f62ff2da5295b64.zip
Add a local mirror.
Reported by: pav
Diffstat (limited to 'devel')
-rw-r--r--devel/json-glib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile
index 49c5484dbdac..450c41e6de33 100644
--- a/devel/json-glib/Makefile
+++ b/devel/json-glib/Makefile
@@ -9,7 +9,9 @@ PORTNAME= json-glib
PORTVERSION= 0.6.2
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= http://folks.o-hand.com/~ebassi/sources/
+MASTER_SITES= http://folks.o-hand.com/~ebassi/sources/ \
+ ${MASTER_SITE_LOCAL:S/$/:local/}
+MASTER_SITE_SUBDIR= marcus:local
MAINTAINER= gnome@FreeBSD.org
COMMENT= JSON (RFC 4627) interface for Glib