diff options
author | obache <obache@pkgsrc.org> | 2008-01-03 14:05:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-01-03 14:05:38 +0000 |
commit | 5a6263917d6fff5085e4da28915c617cb34dac47 (patch) | |
tree | c2082a8520301df6288c47200e16682a63ad6912 /textproc | |
parent | 210ae81a6d9c69e40f3c3cd86402e5f94835ddbf (diff) | |
download | pkgsrc-5a6263917d6fff5085e4da28915c617cb34dac47.tar.gz |
This pacakge also available via SUNSITE,
noticed by Zafer Aydogan in private mail.
Also change HOMEPAGE and orignal MASTER_SITE to new location.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/html2text/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile index ccb83305771..c6f9f0652dc 100644 --- a/textproc/html2text/Makefile +++ b/textproc/html2text/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.13 2006/11/12 01:45:19 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2008/01/03 14:05:38 obache Exp $ DISTNAME= html2text-1.3.2a CATEGORIES= textproc -MASTER_SITES= http://userpage.fu-berlin.de/~mbayer/tools/ +MASTER_SITES= http://www.mbayer.de/html2text/downloads/ \ + ${MASTER_SITE_SUNSITE:=apps/www/converters/} MAINTAINER= rh@NetBSD.org -HOMEPAGE= http://userpage.fu-berlin.de/~mbayer/tools/html2text.html +HOMEPAGE= http://www.mbayer.de/html2text/ COMMENT= Advanced HTML-to-text converter USE_LANGUAGES= c c++ |