summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/ruby18/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index 1245d1d7e42..15538b58f7f 100644
--- a/lang/ruby18/Makefile
+++ b/lang/ruby18/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2006/09/07 15:40:00 taca Exp $
+# $NetBSD: Makefile,v 1.15 2006/12/06 16:34:09 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
-PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION}
+PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION_SUFFIX}
#PKGREVISION=
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}
@@ -17,10 +17,10 @@ DEPENDS+= ${RUBY_PKGPREFIX}-curses>=${RUBY_VERSION}:../../devel/ruby-curses
DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
DEPENDS+= ${RUBY_PKGPREFIX}-tk>=${RUBY_VERSION}:../../x11/ruby-tk
-RUBY_VERSION= ${RUBY18_VERSION}
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
+RUBY_VERSION= ${RUBY18_VERSION}
+NO_CHECKSUM= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
do-install:
@${ECHO_MSG} This is only a meta package.