diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-19 00:45:30 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-19 00:45:30 +0800 |
commit | 2ec7df7c7d5cbe65d074a5cc7e42113ee5fd23fd (patch) | |
tree | ec33fbd5fc7ff6481bfd11f6adb92f69e42ad145 /www/htmlcxx | |
parent | textproc/asciidoc: Update to 10.2.1 (diff) |
www/htmlcxx: Update WWW and clean up pkg-descr
Diffstat (limited to 'www/htmlcxx')
-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/ |