pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gauche USE_DESTDIR is not supposed to be set by p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f9ac3641b62
branches:  trunk
changeset: 542762:6f9ac3641b62
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon May 26 22:15:50 2008 +0000

description:
USE_DESTDIR is not supposed to be set by package Makefiles.

diffstat:

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

diffs (17 lines):

diff -r 5e5439bb4377 -r 6f9ac3641b62 lang/gauche/Makefile
--- a/lang/gauche/Makefile      Mon May 26 22:05:46 2008 +0000
+++ b/lang/gauche/Makefile      Mon May 26 22:15:50 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2008/05/14 08:05:43 uebayasi Exp $
+# $NetBSD: Makefile,v 1.48 2008/05/26 22:15:50 tnn Exp $
 #
 
 DISTNAME=      Gauche-0.8.13
@@ -13,7 +13,6 @@
 DEPENDS+=              slib-[0-9]*:../../devel/slib
 
 PKG_DESTDIR_SUPPORT=   user-destdir
-USE_DESTDIR=           full
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index