pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby Fix the DESTDIR installation -- files to int...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d26da56ce50
branches:  trunk
changeset: 539530:6d26da56ce50
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Mar 07 22:41:32 2008 +0000

description:
Fix the DESTDIR installation -- files to into ${DESTDIR}${PREFIX}, not
just into ${DESTDIR}.

diffstat:

 lang/ruby/modules.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 169f10a1b935 -r 6d26da56ce50 lang/ruby/modules.mk
--- a/lang/ruby/modules.mk      Fri Mar 07 22:40:46 2008 +0000
+++ b/lang/ruby/modules.mk      Fri Mar 07 22:41:32 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: modules.mk,v 1.19 2008/03/01 02:31:56 obache Exp $
+# $NetBSD: modules.mk,v 1.20 2008/03/07 22:41:32 jlam Exp $
 
 .if !defined(_RUBY_MODULE_MK)
 _RUBY_MODULE_MK=       # defined
@@ -107,7 +107,7 @@
 
 _RUBY_SETUP_INSTALLARGS=   ${INSTALL_TARGET}
 .if ${_USE_DESTDIR} != "no"
-_RUBY_SETUP_INSTALLARGS+=   --prefix=${DESTDIR:Q}
+_RUBY_SETUP_INSTALLARGS+=   --prefix=${DESTDIR:Q}${PREFIX:Q}
 .endif
 
 ruby-setup-install:



Home | Main Index | Thread Index | Old Index