diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-10 14:09:25 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-10 14:09:25 +0000 |
commit | 5e153d4bfcbc8093d40b964a96face44f2d373e1 (patch) | |
tree | 89e38e108c9acfbf20f56b31824378653c4e142a /textproc | |
parent | 3ff2d0ef59c85ff7fd467fb6f95adc5eb8216710 (diff) | |
download | pkgsrc-5e153d4bfcbc8093d40b964a96face44f2d373e1.tar.gz |
textproc/ruby-nqxml: allow to skip rinstall SUBST block
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-nqxml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ruby-nqxml/Makefile b/textproc/ruby-nqxml/Makefile index 8bb67d2b9b9..317f8fbdd81 100644 --- a/textproc/ruby-nqxml/Makefile +++ b/textproc/ruby-nqxml/Makefile @@ -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 \ |