pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gauche Gauche supports DESTDIR nicely; enable ful...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cf603929520
branches:  trunk
changeset: 542370:8cf603929520
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Wed May 14 08:05:43 2008 +0000

description:
Gauche supports DESTDIR nicely; enable full DESTDIR.

diffstat:

 lang/gauche/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 3928c24c02d2 -r 8cf603929520 lang/gauche/Makefile
--- a/lang/gauche/Makefile      Wed May 14 07:22:37 2008 +0000
+++ b/lang/gauche/Makefile      Wed May 14 08:05:43 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2008/03/02 00:55:15 jlam Exp $
+# $NetBSD: Makefile,v 1.47 2008/05/14 08:05:43 uebayasi Exp $
 #
 
 DISTNAME=      Gauche-0.8.13
@@ -13,6 +13,7 @@
 DEPENDS+=              slib-[0-9]*:../../devel/slib
 
 PKG_DESTDIR_SUPPORT=   user-destdir
+USE_DESTDIR=           full
 
 .include "options.mk"
 
@@ -23,6 +24,7 @@
 CONFIGURE_ARGS+=       --with-slib=${SLIB_PREFIX}/share/slib
 CONFIGURE_ARGS+=       --enable-threads=pthreads
 CONFIGURE_ARGS+=       --with-iconv=${BUILDLINK_PREFIX.iconv}
+MAKEVARS+=             DESTDIR
 
 CHECK_BUILTIN.iconv:=  no
 .include "../../converters/libiconv/builtin.mk"



Home | Main Index | Thread Index | Old Index