summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-16 07:23:38 +0000
committertaca <taca@pkgsrc.org>2014-03-16 07:23:38 +0000
commita7253444d9e456b7473b23c5dd45f775508cb406 (patch)
tree7d2ce0ea173c2e5de53792b9a06b6a019b2975e5 /devel
parent8b9a754bd737fd5bf0545117725a022240728338 (diff)
downloadpkgsrc-a7253444d9e456b7473b23c5dd45f775508cb406.tar.gz
Set RUBY_VERSION_SUPPORTED to 200, 193 and 18.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-curses/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-curses/Makefile b/devel/ruby-curses/Makefile
index 4a5e3a03a33..ef9f31e25ad 100644
--- a/devel/ruby-curses/Makefile
+++ b/devel/ruby-curses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2013/10/16 17:13:30 roy Exp $
+# $NetBSD: Makefile,v 1.18 2014/03/16 07:23:38 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -20,6 +20,8 @@ CURSES_EXAMPLES= hello.rb rain.rb view.rb view2.rb
REPLACE_RUBY= ${CURSES_EXAMPLES}
INSTALLATION_DIRS= ${RUBY_EG}/curses
+RUBY_VERSION_SUPPORTED= 200 193 18
+
post-install:
.for f in ${CURSES_EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${RUBY_EG}/curses