ruby31-base: Remove man entries from ALTERNATIVES.
pkg_alternatives does not support manual pages (it creates its own wrappers based on the binary names), and including them breaks upgrade rebuilds. Bump PKGREVISION.
This commit is contained in:
parent
18509e5456
commit
fdf261ad9c
2 changed files with 2 additions and 5 deletions
|
@ -10,6 +10,3 @@ 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@
|
||||
@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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.5 2022/05/07 09:36:16 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2022/07/18 12:48:38 jperkin Exp $
|
||||
|
||||
DISTNAME= ${RUBY_DISTNAME}
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= lang ruby
|
||||
MASTER_SITES= ${MASTER_SITE_RUBY}
|
||||
|
||||
|
|
Loading…
Reference in a new issue