diff options
author | taca <taca> | 2015-12-12 04:10:02 +0000 |
---|---|---|
committer | taca <taca> | 2015-12-12 04:10:02 +0000 |
commit | fcba377c011214ee3c9d6f806d8b6d93307611e1 (patch) | |
tree | c11526aa27d6ec4068f31fe2e19a6ab19d2cc8d8 /devel | |
parent | 097e2fe27089f4d87b34a54fa2a0a9f170a25e64 (diff) | |
download | pkgsrc-fcba377c011214ee3c9d6f806d8b6d93307611e1.tar.gz |
Fix ALTERNATIVES.
Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-parser/ALTERNATIVES | 4 | ||||
-rw-r--r-- | devel/ruby-parser/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/ruby-parser/ALTERNATIVES b/devel/ruby-parser/ALTERNATIVES index 32c52011683..1795325c1ac 100644 --- a/devel/ruby-parser/ALTERNATIVES +++ b/devel/ruby-parser/ALTERNATIVES @@ -1,2 +1,2 @@ -bin/ruby_parse @PREFIX@/bin/ruby_parse${RUBY_SUFFIX} -bin/ruby_parse_extract_error @PREFIX@/bin/ruby_parse_extract_error${RUBY_SUFFIX} +bin/ruby_parse @PREFIX@/bin/ruby_parse@RUBY_SUFFIX@ +bin/ruby_parse_extract_error @PREFIX@/bin/ruby_parse_extract_error@RUBY_SUFFIX@ diff --git a/devel/ruby-parser/Makefile b/devel/ruby-parser/Makefile index 4d69a108d5f..e6fd1520cfe 100644 --- a/devel/ruby-parser/Makefile +++ b/devel/ruby-parser/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2015/11/29 14:24:22 taca Exp $ +# $NetBSD: Makefile,v 1.21 2015/12/12 04:10:02 taca Exp $ DISTNAME= ruby_parser-3.7.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby_//} +PKGREVISION= 1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org |