Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B6F241A9239 for ; Wed, 3 Nov 2021 11:03:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E685384D04; Wed, 3 Nov 2021 11:03:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EA5C84CED for ; Wed, 3 Nov 2021 11:03:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id eGH-SOYFJJj8 for ; Wed, 3 Nov 2021 11:03:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8887E84CD9 for ; Wed, 3 Nov 2021 11:03:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A386EFAEC; Wed, 3 Nov 2021 11:03:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635937402269990" MIME-Version: 1.0 Date: Wed, 3 Nov 2021 11:03:22 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/lang/ruby30-base To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20211103110322.A386EFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635937402269990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed Nov 3 11:03:22 UTC 2021 Modified Files: pkgsrc/lang/ruby30-base: ALTERNATIVES Log Message: ruby30-base: Fix ALTERNATIVES to use PKGMANDIR. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby30-base/ALTERNATIVES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635937402269990 Content-Disposition: inline Content-Length: 837 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ruby30-base/ALTERNATIVES diff -u pkgsrc/lang/ruby30-base/ALTERNATIVES:1.2 pkgsrc/lang/ruby30-base/ALTERNATIVES:1.3 --- pkgsrc/lang/ruby30-base/ALTERNATIVES:1.2 Sun Apr 11 12:36:28 2021 +++ pkgsrc/lang/ruby30-base/ALTERNATIVES Wed Nov 3 11:03:22 2021 @@ -10,6 +10,6 @@ bin/rdoc @PREFIX@/bin/rdoc@RUBY_SUFFIX@ bin/ri @PREFIX@/bin/ri@RUBY_SUFFIX@ bin/ruby @PREFIX@/bin/@RUBY_NAME@ bin/typeprof @PREFIX@/bin/typeprof@RUBY_SUFFIX@ -man/man1/erb.1 @PREFIX@/man/man1/erb@RUBY_SUFFIX@.1 -man/man1/irb.1 @PREFIX@/man/man1/irb@RUBY_SUFFIX@.1 -man/man1/ruby.1 @PREFIX@/man/man1/ruby@RUBY_SUFFIX@.1 +@PKGMANDIR@/man1/erb.1 @PREFIX@/@PKGMANDIR@/man1/erb@RUBY_SUFFIX@.1 +@PKGMANDIR@/man1/irb.1 @PREFIX@/@PKGMANDIR@/man1/irb@RUBY_SUFFIX@.1 +@PKGMANDIR@/man1/ruby.1 @PREFIX@/@PKGMANDIR@/man1/ruby@RUBY_SUFFIX@.1 --_----------=_1635937402269990--