Mon Sep 15 08:42:37 2008 UTC ()
Replace shbang path of files under bin directory.


(taca)
diff -r1.38 -r1.39 pkgsrc/misc/rubygems/rubygem.mk

cvs diff -r1.38 -r1.39 pkgsrc/misc/rubygems/Attic/rubygem.mk (expand / switch to context diff)
--- pkgsrc/misc/rubygems/Attic/rubygem.mk 2008/09/14 17:34:28 1.38
+++ pkgsrc/misc/rubygems/Attic/rubygem.mk 2008/09/15 08:42:37 1.39
@@ -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.
@@ -63,6 +63,10 @@
 
 # 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"