diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-03-06 18:14:36 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-03-06 18:14:36 +0000 |
commit | 2b3b399de830d758565d1fb560790fcd0fa4c652 (patch) | |
tree | 0fd76fbb3661dcb70189f1839f1d615568df9308 /textproc/rss2html | |
parent | - Enable KDE4 option. It won't build in presence of KDE3, so add conditional ... (diff) |
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor)
Notes
Notes:
svn path=/head/; revision=229577
Diffstat (limited to 'textproc/rss2html')
-rw-r--r-- | textproc/rss2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rss2html/Makefile b/textproc/rss2html/Makefile index d11177b41ea4..9357f133d3f9 100644 --- a/textproc/rss2html/Makefile +++ b/textproc/rss2html/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc MASTER_SITES= http://mirror.mcx2.org/ \ ftp://ftp.nopcode.org/prj/rss2html/ -MAINTAINER= adox@mcx2.org +MAINTAINER= dhn@FreeBSD.org COMMENT= RSS to HTML converter LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl |