Sun May 10 14:01:46 2020 UTC ()
www/ruby-div: fix strict build with SUBST_NOOP_OK=no


(rillig)
diff -r1.5 -r1.6 pkgsrc/www/ruby-div/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/www/ruby-div/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-div/Makefile 2020/01/26 17:32:24 1.5
+++ pkgsrc/www/ruby-div/Makefile 2020/05/10 14:01:46 1.6
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.5 2020/01/26 17:32:24 rillig Exp $ 1# $NetBSD: Makefile,v 1.6 2020/05/10 14:01:46 rillig Exp $
2# 2#
3 3
4DISTNAME= div-1.3.2 4DISTNAME= div-1.3.2
5CATEGORIES= www devel ruby 5CATEGORIES= www devel ruby
6MASTER_SITES= http://www2a.biglobe.ne.jp/~seki/ruby/ 6MASTER_SITES= http://www2a.biglobe.ne.jp/~seki/ruby/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.druby.org/ilikeruby/div.en.html 9HOMEPAGE= https://www.druby.org/ilikeruby/div.en.html
10COMMENT= Simple Web Application framework with dRuby and ERB 10COMMENT= Simple Web Application framework with dRuby and ERB
11#LICENSE= # TODO: nothing 11#LICENSE= # TODO: nothing
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15NO_BUILD= YES 15NO_BUILD= YES
16USE_RUBY_INSTALL= YES 16USE_RUBY_INSTALL= YES
 17SUBST_NOOP_OK.rinstall= yes # nothing found for ruby24-div
17 18
18INSTALL_TARGET= -d ${DESTDIR}${PREFIX}/${RUBY_VENDORLIB} 19INSTALL_TARGET= -d ${DESTDIR}${PREFIX}/${RUBY_VENDORLIB}
19 20
20.include "../../lang/ruby/modules.mk" 21.include "../../lang/ruby/modules.mk"
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"