summaryrefslogtreecommitdiff
path: root/lang/ruby26-base
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-18 00:32:55 +0000
committerrillig <rillig@pkgsrc.org>2020-03-18 00:32:55 +0000
commitf1e9bf399197749d2e74899174f20f8e48629ff3 (patch)
tree91e4bcbbebb50cfe8e968e078e1676df710657bb /lang/ruby26-base
parent39b17f35bde9bd0ca73f1a6c0a4e6648c9595386 (diff)
downloadpkgsrc-f1e9bf399197749d2e74899174f20f8e48629ff3.tar.gz
lang/ruby26-base: fix typo in REPLACE_RUBY
Diffstat (limited to 'lang/ruby26-base')
-rw-r--r--lang/ruby26-base/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby26-base/Makefile b/lang/ruby26-base/Makefile
index fe08485006b..92e7cacae80 100644
--- a/lang/ruby26-base/Makefile
+++ b/lang/ruby26-base/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2020/01/18 21:49:43 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/18 00:32:55 rillig Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}
@@ -56,7 +56,7 @@ BIGDECIMAL_EXAMPLES= linear.rb nlsolve.rb pi.rb
OPENSSL_EXAMPLES= c_rehash.rb cert2text.rb certstore.rb cipher.rb \
crlstore.rb echo_cli.rb echo_svr.rb gen_csr.rb \
smime_read.rb smime_write.rb wget.rb
-REPLACE_RUBY= bin/bundle bin/bin/bundler bin/erb bin/gem bin/irb \
+REPLACE_RUBY= bin/bundle bin/bundler bin/erb bin/gem bin/irb \
bin/rdoc bin/ri libexec/bundle libexec/bundle_ruby \
libexec/bundler libexec/irb libexec/rdoc libexec/ri \
gems/rake-${RUBY_RAKE_VERSION}/exe/rake \