Mon Mar 22 13:21:53 2021 UTC ()
Add missing closing double-quote.


(schmonz)
diff -r1.26 -r1.27 pkgsrc/devel/ruby-racc/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/devel/ruby-racc/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-racc/Attic/Makefile 2021/01/13 14:33:44 1.26
+++ pkgsrc/devel/ruby-racc/Attic/Makefile 2021/03/22 13:21:53 1.27
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.26 2021/01/13 14:33:44 taca Exp $ 1# $NetBSD: Makefile,v 1.27 2021/03/22 13:21:53 schmonz Exp $
2 2
3DISTNAME= racc-1.5.2 3DISTNAME= racc-1.5.2
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= taca@NetBSD.org 7MAINTAINER= taca@NetBSD.org
8HOMEPAGE= https://github.com/tenderlove/racc 8HOMEPAGE= https://github.com/tenderlove/racc
9COMMENT= LALR(1) parser generator for Ruby 9COMMENT= LALR(1) parser generator for Ruby
10LICENSE= gnu-lgpl-v2 10LICENSE= gnu-lgpl-v2
11 11
12RUBYGEM_OPTIONS+= --format-executable 12RUBYGEM_OPTIONS+= --format-executable
13 13
14PLIST_VARS+= racc_command 14PLIST_VARS+= racc_command
15 15
16.include "../../lang/ruby/rubyversion.mk" 16.include "../../lang/ruby/rubyversion.mk"
17 17
18.if ${RUBY_VER} == "27" || ${RUBY_VER} == "30 18.if ${RUBY_VER} == "27" || ${RUBY_VER} == "30"
19ALTERNATIVES_SRC= # empty 19ALTERNATIVES_SRC= # empty
20post-install: 20post-install:
21 ${RM} -f ${DESTDIR}${PREFIX}/bin/racc${RUBY_SUFFIX} 21 ${RM} -f ${DESTDIR}${PREFIX}/bin/racc${RUBY_SUFFIX}
22.else 22.else
23PLIST.racc_command= yes 23PLIST.racc_command= yes
24.endif 24.endif
25 25
26.include "../../lang/ruby/gem.mk" 26.include "../../lang/ruby/gem.mk"
27.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"