diff options
author | pav <pav@FreeBSD.org> | 2005-07-23 18:01:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-23 18:01:13 +0800 |
commit | e48ef2a10ec02dac2dfb0780de06d9058b213780 (patch) | |
tree | 209115466e118b1b7af179b6e81278fb6cbbe52e /devel | |
parent | d30ad82b0f9b16307bc22cacf7e49116a096602d (diff) | |
download | freebsd-ports-gnome-e48ef2a10ec02dac2dfb0780de06d9058b213780.tar.gz freebsd-ports-gnome-e48ef2a10ec02dac2dfb0780de06d9058b213780.tar.zst freebsd-ports-gnome-e48ef2a10ec02dac2dfb0780de06d9058b213780.zip |
- Fix fetching
- Update WWW
Reported by: krismail
Diffstat (limited to 'devel')
-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 |