summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby18-base/Makefile')
-rw-r--r--lang/ruby18-base/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/ruby18-base/Makefile b/lang/ruby18-base/Makefile
index f2266d52ca9..4f0ee529823 100644
--- a/lang/ruby18-base/Makefile
+++ b/lang/ruby18-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2008/01/04 15:42:34 ghen Exp $
+# $NetBSD: Makefile,v 1.41 2008/04/12 22:43:02 jlam Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -57,10 +57,9 @@ CONFIGURE_ARGS+= --program-suffix=${RUBY_SUFFIX:Q}
#
# IRIX work around which should be fixed.
#
-.if ${OPSYS} == "IRIX"
-PLIST_SUBST+= HAS_IO="@comment "
-.else
-PLIST_SUBST+= HAS_IO=
+PLIST_VARS+= io
+.if ${OPSYS} != "IRIX"
+PLIST.io= yes
.endif
#