diff options
Diffstat (limited to 'textproc/ruby-redcloth/Makefile')
-rw-r--r-- | textproc/ruby-redcloth/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/ruby-redcloth/Makefile b/textproc/ruby-redcloth/Makefile index 693881204d1..0c2c143cb3f 100644 --- a/textproc/ruby-redcloth/Makefile +++ b/textproc/ruby-redcloth/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/03/26 16:16:44 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2005/09/05 03:52:49 taca Exp $ -DISTNAME= redcloth-${VER} -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +DISTNAME= RedCloth-${VER} +PKGNAME= ${RUBY_PKGPREFIX}-redcloth-${VER} CATEGORIES= textproc -MASTER_SITES= http://rubyforge.org/frs/download.php/514/ +MASTER_SITES= http://rubyforge.org/frs/download.php/2896/ MAINTAINER= rasputnik@hellooperator.net HOMEPAGE= http://www.whytheluckystiff.net/ruby/redcloth/ @@ -11,7 +11,7 @@ COMMENT= Textile library for Ruby USE_RUBY_SETUP= yes RUBY_SETUP= install.rb -VER= 2.0.5 +VER= 3.0.3 post-install: ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/redcloth |