summaryrefslogtreecommitdiff
path: root/lang/ruby22-base
diff options
context:
space:
mode:
authortaca <taca>2017-05-30 15:46:21 +0000
committertaca <taca>2017-05-30 15:46:21 +0000
commitd4cae33f29c5c57f3e9561d10bf40f9daaec6031 (patch)
tree4127cdd6e18dd9717650494a93abc48f752b67a9 /lang/ruby22-base
parent188a8e7c0f20eefcc17e52873a57ec044accbe0b (diff)
downloadpkgsrc-d4cae33f29c5c57f3e9561d10bf40f9daaec6031.tar.gz
Replace RUBY_VERSION_FULL with RUBY_VERSION since there is no
RUBY_VERSION_FULL contains Ruby's patchlevel.
Diffstat (limited to 'lang/ruby22-base')
-rw-r--r--lang/ruby22-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby22-base/Makefile b/lang/ruby22-base/Makefile
index f58c1bd8576..955749bdf96 100644
--- a/lang/ruby22-base/Makefile
+++ b/lang/ruby22-base/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2016/11/13 15:14:20 taca Exp $
+# $NetBSD: Makefile,v 1.17 2017/05/30 15:46:21 taca Exp $
DISTNAME= ${RUBY_DISTNAME}
-PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL}
+PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}