summaryrefslogtreecommitdiff
path: root/misc/rubygems
diff options
context:
space:
mode:
authortaca <taca>2008-09-15 08:42:37 +0000
committertaca <taca>2008-09-15 08:42:37 +0000
commitada015b33ee79e95392e90022729f7c28e016b04 (patch)
tree7d3b1aabb366bee121793b903709dc3f463f1ddb /misc/rubygems
parentef56433f72251abfc9bd050c82f25b3c52b151b6 (diff)
downloadpkgsrc-ada015b33ee79e95392e90022729f7c28e016b04.tar.gz
Replace shbang path of files under bin directory.
Diffstat (limited to 'misc/rubygems')
-rw-r--r--misc/rubygems/rubygem.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/rubygems/rubygem.mk b/misc/rubygems/rubygem.mk
index 78ef3901df4..dd437e78e1a 100644
--- a/misc/rubygems/rubygem.mk
+++ b/misc/rubygems/rubygem.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubygem.mk,v 1.38 2008/09/14 17:34:28 minskim Exp $
+# $NetBSD: rubygem.mk,v 1.39 2008/09/15 08:42:37 taca Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install Ruby gems.
@@ -64,6 +64,10 @@ PRIVILEGED_STAGES+= clean
# By default, assume that gems are capable of user-destdir installation.
PKG_DESTDIR_SUPPORT?= user-destdir
+# replace interpeter bin default
+REPLACE_RUBY_DIRS?= bin
+REPLACE_RUBY_PAT?= *
+
# Include this early in case some of its target are needed
.include "../../lang/ruby/modules.mk"