summaryrefslogtreecommitdiff
path: root/devel/ruby-strscan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-strscan/Makefile')
-rw-r--r--devel/ruby-strscan/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby-strscan/Makefile b/devel/ruby-strscan/Makefile
index 10211393049..7d5da9342e1 100644
--- a/devel/ruby-strscan/Makefile
+++ b/devel/ruby-strscan/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/03/16 02:01:10 taca Exp $
+# $NetBSD: Makefile,v 1.6 2004/11/28 06:04:04 taca Exp $
# FreeBSD: ports/devel/ruby-strscan/Makefile,v 1.13 2001/01/27 09:41:20 knu Exp
DISTNAME= strscan-0.6.7
-PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel ruby
MASTER_SITES= http://www.loveruby.net/archive/strscan/
@@ -10,9 +10,9 @@ MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.loveruby.net/en/strscan.html
COMMENT= Fast string scanner class library for Ruby
-DIST_SUBDIR= ruby
-USE_RUBY_SETUP= yes
-RUBY_SETUP= install.rb
+RUBY_VERSION= ${RUBY16_VERSION}
+USE_RUBY_SETUP= yes
+RUBY_SETUP= install.rb
DOCS_EN= README.en doc.en/ChangeLog doc.en/umanual.html \
doc.en/umanual.rd
@@ -28,5 +28,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/strscan/ja
.endfor
-.include "../../lang/ruby-base/Makefile.common"
+.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"