diff options
author | minskim <minskim> | 2004-02-19 16:46:44 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-19 16:46:44 +0000 |
commit | 01d01e759647267be8c32bdf1dbebcf46969a623 (patch) | |
tree | 7e2dda2a933c7188ecfb6c63736013b582ab6e34 /converters/rss2html/Makefile | |
parent | 9caa95e00af367f84f97a26a03b13b3abe1c9e9d (diff) | |
download | pkgsrc-01d01e759647267be8c32bdf1dbebcf46969a623.tar.gz |
Update rss2html to 0.6.
Changes:
- Logo support
- Only remove files if they'r fetched.
- Patch [CDATA tags
- Add rss output
Diffstat (limited to 'converters/rss2html/Makefile')
-rw-r--r-- | converters/rss2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/rss2html/Makefile b/converters/rss2html/Makefile index c0936acd8a4..9722932aaec 100644 --- a/converters/rss2html/Makefile +++ b/converters/rss2html/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/16 02:00:34 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/19 16:46:44 minskim Exp $ # -DISTNAME= rss2html-0.5 +DISTNAME= rss2html-0.6 CATEGORIES= converters MASTER_SITES= ftp://ftp.nopcode.org/prj/rss2html/ |