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
commitcaff49fe046c54780116273e66978fe5d3488e2c (patch)
tree7d3b1aabb366bee121793b903709dc3f463f1ddb /misc/rubygems
parente16362a89cc577ca9af64c61d89a8568b82f83e6 (diff)
downloadpkgsrc-caff49fe046c54780116273e66978fe5d3488e2c.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"