summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-07-25 06:39:08 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-07-25 06:39:08 +0000
commit443e6174a0e0d5d7669debb88f9427c6ef60fdd0 (patch)
tree692bf0e12b842a9dd671fd3c36f62172504f3a00 /devel
parent-Fix the fetch, looks like forgot to add MASTER_SITES so add it. (diff)
-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>
Notes
Notes: svn path=/head/; revision=140062
Diffstat (limited to 'devel')
-rw-r--r--devel/dotconf++/Makefile6
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