pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/rubygems Remove PKG_DESTDIR_SUPPORT setting from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d85dab526041
branches:  trunk
changeset: 540008:d85dab526041
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Mar 21 14:13:58 2008 +0000

description:
Remove PKG_DESTDIR_SUPPORT setting from rubygem.mk.  Its placement in
this file was awkward because PKG_DESTDIR_SUPPORT must be set before
the first inclusion of bsd.prefs.mk, which forced rubygem.mk to be
included before any other file.  Instead, packages which install as
Ruby gems should define PKG_DESTDIR_SUPPORT on their own.

diffstat:

 misc/rubygems/rubygem.mk |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 7e0fe7824938 -r d85dab526041 misc/rubygems/rubygem.mk
--- a/misc/rubygems/rubygem.mk  Fri Mar 21 09:23:24 2008 +0000
+++ b/misc/rubygems/rubygem.mk  Fri Mar 21 14:13:58 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubygem.mk,v 1.28 2008/03/19 23:03:22 jlam Exp $
+# $NetBSD: rubygem.mk,v 1.29 2008/03/21 14:13:58 jlam Exp $
 #
 # This Makefile fragment is intended to be included by packages that build
 # and install Ruby gems.
@@ -57,9 +57,6 @@
 #      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"
 



Home | Main Index | Thread Index | Old Index