diff options
author | rillig <rillig@pkgsrc.org> | 2007-06-26 09:01:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-06-26 09:01:49 +0000 |
commit | 68b84d4b6b7b192ab261e363feda9d75508fa9bf (patch) | |
tree | 12b46cb926c390b90684372c7d36eb0b0fcc050a /converters/rss2html | |
parent | 196f2085b663d0a85c71ce3515493f2ab20d498c (diff) | |
download | pkgsrc-68b84d4b6b7b192ab261e363feda9d75508fa9bf.tar.gz |
Fixed MASTER_SITES. Patch provided by Zafer Aydogan in private mail.
Diffstat (limited to 'converters/rss2html')
-rw-r--r-- | converters/rss2html/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/rss2html/Makefile b/converters/rss2html/Makefile index f9080d574d0..4c58ad5bfe6 100644 --- a/converters/rss2html/Makefile +++ b/converters/rss2html/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2006/12/09 02:05:24 obache Exp $ +# $NetBSD: Makefile,v 1.13 2007/06/26 09:01:49 rillig Exp $ # DISTNAME= rss2html-0.8.2 CATEGORIES= converters -MASTER_SITES= http://cvs.nopcode.org/ftp/rss2html/ \ - ftp://ftp.nopcode.org/prj/rss2html/ +MASTER_SITES= ftp://ftp.nopcode.org/prj/rss2html/ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://www.nopcode.org/blog/rss2html.html |