pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-nqxml



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 10 14:09:25 UTC 2020

Modified Files:
        pkgsrc/textproc/ruby-nqxml: Makefile

Log Message:
textproc/ruby-nqxml: allow to skip rinstall SUBST block


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/ruby-nqxml/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-nqxml/Makefile
diff -u pkgsrc/textproc/ruby-nqxml/Makefile:1.16 pkgsrc/textproc/ruby-nqxml/Makefile:1.17
--- pkgsrc/textproc/ruby-nqxml/Makefile:1.16    Mon Nov  4 21:43:47 2019
+++ pkgsrc/textproc/ruby-nqxml/Makefile Sun May 10 14:09:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/11/04 21:43:47 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/10 14:09:25 rillig Exp $
 #
 
 DISTNAME=      nqxml-1.1.3p1
@@ -14,6 +14,7 @@ LICENSE=      ruby-license
 
 NO_BUILD=              yes
 USE_RUBY_INSTALL=      yes
+SUBST_NOOP_OK.rinstall=        yes # nothing found for ruby24-nqxml
 
 DOC=                   README
 EXAMPLES=              data.xml doc.xml dumpXML.rb parseTestStream.rb \



Home | Main Index | Thread Index | Old Index