ruby-bundler: pkg_alternatives expects full path as second argument.

Bump PKGREVISION.
This commit is contained in:
wiz 2018-12-20 11:29:52 +00:00
parent 4b29e733f3
commit 86731cfa65
2 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,2 @@
bin/bundle bin/bundle@RUBY_SUFFIX@
bin/bundler bin/bundler@RUBY_SUFFIX@
bin/bundle @PREFIX@/bin/bundle@RUBY_SUFFIX@
bin/bundler @PREFIX@/bin/bundler@RUBY_SUFFIX@

View file

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.29 2018/12/17 15:00:41 taca Exp $
# $NetBSD: Makefile,v 1.30 2018/12/20 11:29:52 wiz Exp $
DISTNAME= bundler-1.17.2
PKGREVISION= 1
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org