diff options
Diffstat (limited to 'textproc/ruby-rttool')
-rw-r--r-- | textproc/ruby-rttool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/ruby-rttool/Makefile b/textproc/ruby-rttool/Makefile index 96c477f59d8..1fa4a397820 100644 --- a/textproc/ruby-rttool/Makefile +++ b/textproc/ruby-rttool/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:50 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/15 14:27:03 taca Exp $ DISTNAME= rttool-${VERSION} PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME} CATEGORIES= textproc -MASTER_SITES= http://www.ruby-lang.org/~rubikitch/archive/ +MASTER_SITES= http://www.rubyist.net/~rubikitch/computer/rt/ MAINTAINER= taca@NetBSD.org -HOMEPAGE= http://www.ruby-lang.org/~rubikitch/computer/rt.html +HOMEPAGE= http://www.rubyist.net/~rubikitch/archive/ COMMENT= RT to HTML (and hopefully LaTeX in future) table converter DEPENDS+= ${RUBY_PKGNAMEPREFIX}optparse>=0.7:../../devel/ruby-optparse |