diff options
-rw-r--r-- | www/htmlcxx/Makefile | 3 | ||||
-rw-r--r-- | www/htmlcxx/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/htmlcxx/Makefile b/www/htmlcxx/Makefile index 8db7b3183cc9..ef6409eb32bd 100644 --- a/www/htmlcxx/Makefile +++ b/www/htmlcxx/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= SF/htmlcxx/v${PORTVERSION} \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTML and CSS APIs for C++ -WWW= https://github.com/bonitao/htmlcxx +WWW= https://htmlcxx.sourceforge.net/ \ + https://github.com/bonitao/htmlcxx LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/LGPL_V2 diff --git a/www/htmlcxx/pkg-descr b/www/htmlcxx/pkg-descr index 4f1e486504e1..a58e24734090 100644 --- a/www/htmlcxx/pkg-descr +++ b/www/htmlcxx/pkg-descr @@ -1,3 +1 @@ htmlcxx is a simple non-validating css1 and html parser for C++. - -See also: http://htmlcxx.sourceforge.net/ |