pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-racc
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Mar 22 13:21:53 UTC 2021
Modified Files:
pkgsrc/devel/ruby-racc: Makefile
Log Message:
Add missing closing double-quote.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/ruby-racc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby-racc/Makefile
diff -u pkgsrc/devel/ruby-racc/Makefile:1.26 pkgsrc/devel/ruby-racc/Makefile:1.27
--- pkgsrc/devel/ruby-racc/Makefile:1.26 Wed Jan 13 14:33:44 2021
+++ pkgsrc/devel/ruby-racc/Makefile Mon Mar 22 13:21:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2021/01/13 14:33:44 taca Exp $
+# $NetBSD: Makefile,v 1.27 2021/03/22 13:21:53 schmonz Exp $
DISTNAME= racc-1.5.2
PKGREVISION= 1
@@ -15,7 +15,7 @@ PLIST_VARS+= racc_command
.include "../../lang/ruby/rubyversion.mk"
-.if ${RUBY_VER} == "27" || ${RUBY_VER} == "30
+.if ${RUBY_VER} == "27" || ${RUBY_VER} == "30"
ALTERNATIVES_SRC= # empty
post-install:
${RM} -f ${DESTDIR}${PREFIX}/bin/racc${RUBY_SUFFIX}
Home |
Main Index |
Thread Index |
Old Index