summaryrefslogtreecommitdiff
path: root/misc/rubygems
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-24 18:48:54 +0000
committerjlam <jlam>2008-03-24 18:48:54 +0000
commitbc0dac576bd9ae46002b23b83cf4568e66bf1cbb (patch)
tree6e2da20e220a55eb7e1540d35cb0c762fc21a1db /misc/rubygems
parent175a80b524259ae8983a40a392a20aacc1e822e2 (diff)
downloadpkgsrc-bc0dac576bd9ae46002b23b83cf4568e66bf1cbb.tar.gz
Restore default setting of PKG_DESTDIR_SUPPORT removed in revision
1.29. This does the right thing automatically for most gems, and packages that need PKG_DESTDIR_SUPPORT set earlier can set it manually themselves.
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 f7caaa8fc82..fcc3f75859c 100644
--- a/misc/rubygems/rubygem.mk
+++ b/misc/rubygems/rubygem.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubygem.mk,v 1.31 2008/03/22 01:37:52 jlam Exp $
+# $NetBSD: rubygem.mk,v 1.32 2008/03/24 18:48:54 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install Ruby gems.
@@ -66,6 +66,9 @@
# The path to the rubygems ``gem'' script.
#
+# By default, assume that gems are capable of user-destdir installation.
+PKG_DESTDIR_SUPPORT?= user-destdir
+
# Include this early in case some of its target are needed
.include "../../lang/ruby/modules.mk"