diff options
author | taca <taca@pkgsrc.org> | 2004-03-15 14:24:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-03-15 14:24:57 +0000 |
commit | d4c2d3758c2638d357426958d47969621856960e (patch) | |
tree | 129e1737bb5976a4932c5aea6004ce37c4f83bfe /textproc/ruby-rttool/Makefile | |
parent | b9b4de90cc8b788d052cbfca782f5914fd03dee0 (diff) | |
download | pkgsrc-d4c2d3758c2638d357426958d47969621856960e.tar.gz |
Update MASTER_SITES and HOMEPAGE.
Diffstat (limited to 'textproc/ruby-rttool/Makefile')
-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 |