From 07bf14b65ea17a09dd325ab247ae719cd09127ce Mon Sep 17 00:00:00 2001 From: mezz Date: Mon, 25 Jul 2005 06:39:08 +0000 Subject: -Add sourceforge.net in the top of MASTER_SITES (nice to have more mirrors). -Mark Starovoytov is taking the maintainership. PR: ports/84035 Submitted by: Mark Starovoytov --- devel/dotconf++/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/dotconf++/Makefile b/devel/dotconf++/Makefile index ce5fecdb8de8..b018b8bd9841 100644 --- a/devel/dotconf++/Makefile +++ b/devel/dotconf++/Makefile @@ -9,10 +9,12 @@ PORTNAME= dotconfpp PORTVERSION= 0.0.4a PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://voodoo.com.ua/dotconfpp/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://voodoo.com.ua/dotconfpp/ +MASTER_SITE_SUBDIR= dotconfpp DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mark_sf@kikg.ifmo.ru COMMENT= Configuration file parser written in C++ USE_LIBTOOL_VER=15 -- cgit