diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-25 06:39:08 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-25 06:39:08 +0000 |
commit | 443e6174a0e0d5d7669debb88f9427c6ef60fdd0 (patch) | |
tree | 692bf0e12b842a9dd671fd3c36f62172504f3a00 /devel/dotconf++ | |
parent | d082f2d934c19b97c753f8720400db17385dfe05 (diff) | |
download | ports-443e6174a0e0d5d7669debb88f9427c6ef60fdd0.tar.gz ports-443e6174a0e0d5d7669debb88f9427c6ef60fdd0.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>
Notes
Notes:
svn path=/head/; revision=140062
Diffstat (limited to 'devel/dotconf++')
-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 |