pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby27-base lang/ruby27-base: fix typo in REPLACE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce71ec897a0e
branches:  trunk
changeset: 428198:ce71ec897a0e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 25 21:33:34 2020 +0000

description:
lang/ruby27-base: fix typo in REPLACE_RUBY

diffstat:

 lang/ruby27-base/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 0d6b0ff0d54b -r ce71ec897a0e lang/ruby27-base/Makefile
--- a/lang/ruby27-base/Makefile Sat Apr 25 20:53:02 2020 +0000
+++ b/lang/ruby27-base/Makefile Sat Apr 25 21:33:34 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2020/03/15 15:26:22 taca Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/25 21:33:34 rillig Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
+PKGREVISION=   1
 CATEGORIES=    lang ruby
 MASTER_SITES=  ${MASTER_SITE_RUBY}
 
@@ -59,7 +60,7 @@
 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/racc bin/racc2y bin/rdoc bin/ri bin/y2racc \
                        libexec/bundle libexec/bundler libexec/irb \
                        libexec/racc libexec/racc2y libexec/rdoc libexec/ri \



Home | Main Index | Thread Index | Old Index