summaryrefslogtreecommitdiff
path: root/misc/rubygems
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-22 01:37:52 +0000
committerjlam <jlam>2008-03-22 01:37:52 +0000
commita2fb4fa102a847175f11ff64ff826edf189506c8 (patch)
tree2e91ecc1b890f8cafcf2f5e42dc6ab74742876aa /misc/rubygems
parent3d957d5f5043c83882a4faaa8b4d5d9da7b7f93a (diff)
downloadpkgsrc-a2fb4fa102a847175f11ff64ff826edf189506c8.tar.gz
Add default value for GEM_FORMAT missing from previous commit.
Diffstat (limited to 'misc/rubygems')
-rw-r--r--misc/rubygems/rubygem.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/rubygems/rubygem.mk b/misc/rubygems/rubygem.mk
index 53834b373a8..f7caaa8fc82 100644
--- a/misc/rubygems/rubygem.mk
+++ b/misc/rubygems/rubygem.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubygem.mk,v 1.30 2008/03/21 22:22:01 jlam Exp $
+# $NetBSD: rubygem.mk,v 1.31 2008/03/22 01:37:52 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install Ruby gems.
@@ -72,6 +72,9 @@
# Default to using rake to build the local gem from the unpacked files.
GEM_BUILD?= rake
+# Default to assuming a "tar" gem archive format.
+GEM_FORMAT?= tar
+
# Build and run-time dependencies.
#
# We need rubygems>=1.0.1nb1 to actually build the package, but the