diff options
author | novel <novel@FreeBSD.org> | 2007-04-05 00:54:24 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-04-05 00:54:24 +0800 |
commit | 0ba15ac466b3b1309307d66e405e85d025a77053 (patch) | |
tree | 04bdf571c4b11ec38860c1c47e40dec60b8ed909 /sysutils | |
parent | 7798653fbff99ae66ae35bea494363eca642a8a5 (diff) | |
download | freebsd-ports-gnome-0ba15ac466b3b1309307d66e405e85d025a77053.tar.gz freebsd-ports-gnome-0ba15ac466b3b1309307d66e405e85d025a77053.tar.zst freebsd-ports-gnome-0ba15ac466b3b1309307d66e405e85d025a77053.zip |
Use MASTER_SITE_BERLIOS.
PR: 110490 (with a minor modification)
Submitted by: "Eric P. Scott" <eps+pbug0703@ana.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/cdf/Makefile b/sysutils/cdf/Makefile index 5be3114d2f7f..773bdbab2045 100644 --- a/sysutils/cdf/Makefile +++ b/sysutils/cdf/Makefile @@ -8,7 +8,8 @@ PORTNAME= cdf PORTVERSION= 0.2 CATEGORIES= sysutils -MASTER_SITES= http://download.berlios.de/bmp-plugins/ +MASTER_SITES= ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= bmp-plugins MAINTAINER= novel@FreeBSD.org COMMENT= A colorized df |