diff options
author | mezz <mezz@FreeBSD.org> | 2005-07-25 14:39:08 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-07-25 14:39:08 +0800 |
commit | 07bf14b65ea17a09dd325ab247ae719cd09127ce (patch) | |
tree | 9ca5f9109d413a1dff4c0313e6b811f18979d454 | |
parent | 0e789851406f41f4b63c901af29b5aa9c65f070e (diff) | |
download | freebsd-ports-gnome-07bf14b65ea17a09dd325ab247ae719cd09127ce.tar.gz freebsd-ports-gnome-07bf14b65ea17a09dd325ab247ae719cd09127ce.tar.zst freebsd-ports-gnome-07bf14b65ea17a09dd325ab247ae719cd09127ce.zip |
-Add sourceforge.net in the top of MASTER_SITES (nice to have more mirrors).
-Mark Starovoytov <mark_sf@kikg.ifmo.ru> is taking the maintainership.
PR: ports/84035
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
-rw-r--r-- | devel/dotconf++/Makefile | 6 |
1 files 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 |