diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-23 10:01:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-23 10:01:13 +0000 |
commit | 57a75c8a6196808b97df782e01768120f91cdb4a (patch) | |
tree | 6c1922963fe52a2d348a8b4d9f028ea1738e2017 /devel/dotconf++ | |
parent | 88897e70c378885f891d9dadaac1e50a7e187e71 (diff) |
- Fix fetching
- Update WWW
Reported by: krismail
Notes
Notes:
svn path=/head/; revision=139957
Diffstat (limited to 'devel/dotconf++')
-rw-r--r-- | devel/dotconf++/Makefile | 2 | ||||
-rw-r--r-- | devel/dotconf++/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/dotconf++/Makefile b/devel/dotconf++/Makefile index f09bc3bf1393..ce5fecdb8de8 100644 --- a/devel/dotconf++/Makefile +++ b/devel/dotconf++/Makefile @@ -9,7 +9,7 @@ PORTNAME= dotconfpp PORTVERSION= 0.0.4a PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://voodoo.com.ua/dotconf++/ +MASTER_SITES= http://voodoo.com.ua/dotconfpp/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/devel/dotconf++/pkg-descr b/devel/dotconf++/pkg-descr index a0f1e3b7888a..711c4392d723 100644 --- a/devel/dotconf++/pkg-descr +++ b/devel/dotconf++/pkg-descr @@ -3,4 +3,4 @@ It supports macro substitution from the environment or from the file itself, config file inclusion, easy handling of XML like tags, checking for required tags, and more. -WWW: http://sourceforge.net/projects/dotconfpp/ +WWW: http://voodoo.com.ua/dotconfpp.html |