summaryrefslogtreecommitdiff
path: root/devel/ruby-curses
diff options
context:
space:
mode:
authortaca <taca>2014-03-16 07:23:38 +0000
committertaca <taca>2014-03-16 07:23:38 +0000
commitd94beea8f2e5d67df09fa187bbc17c629213be2a (patch)
tree7d2ce0ea173c2e5de53792b9a06b6a019b2975e5 /devel/ruby-curses
parent3b7b0c1b83ef361c8f9a1facfd55f54780f8eefe (diff)
downloadpkgsrc-d94beea8f2e5d67df09fa187bbc17c629213be2a.tar.gz
Set RUBY_VERSION_SUPPORTED to 200, 193 and 18.
Diffstat (limited to 'devel/ruby-curses')
-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