summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-09-15 03:30:22 +0000
committertaca <taca@pkgsrc.org>2008-09-15 03:30:22 +0000
commit4aedc8d0ac7cfde1082ef424d40bbb59cd2c4f92 (patch)
treef73c3df144941fb8508e9cac2571ea97eee47c41
parentd52baede76d933381568046e08fd15bba7e1b071 (diff)
downloadpkgsrc-4aedc8d0ac7cfde1082ef424d40bbb59cd2c4f92.tar.gz
Fix interpreter for h2rb script.
Bump PKGREVISION.
-rw-r--r--lang/ruby18-base/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ruby18-base/Makefile b/lang/ruby18-base/Makefile
index 596431fd8c4..e48c79aa5fe 100644
--- a/lang/ruby18-base/Makefile
+++ b/lang/ruby18-base/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.47 2008/09/14 05:17:18 taca Exp $
+# $NetBSD: Makefile,v 1.48 2008/09/15 03:30:22 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_SUFFIX}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}
#PKGREVISION=
@@ -98,6 +98,7 @@ OPENSSL_EXAMPLES= c_rehash.rb cert2text.rb cert_store_view.rb \
PTY_EXAMPLES= expect_sample.rb script.rb shl.rb
REPLACE_RUBY_DIRS= bin ext lib sample
+REPLACE_RUBY= ext/dl/h2rb
INSTALLATION_DIRS= bin ${RUBY_ARCHLIB} ${RUBY_DOC}/irb ${RUBY_DOC}/pty \
${RUBY_EG}/bigdecimal ${RUBY_EG}/dl \
${RUBY_EG}/openssl ${RUBY_EG}/pty