pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/tcl-expect The package supports installation to D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/955d1ee0df86
branches:  trunk
changeset: 536365:955d1ee0df86
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Dec 11 21:40:42 2007 +0000

description:
The package supports installation to DESTDIR.

diffstat:

 lang/tcl-expect/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r a00b939981d8 -r 955d1ee0df86 lang/tcl-expect/Makefile
--- a/lang/tcl-expect/Makefile  Tue Dec 11 19:55:06 2007 +0000
+++ b/lang/tcl-expect/Makefile  Tue Dec 11 21:40:42 2007 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2007/02/22 19:26:40 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2007/12/11 21:40:42 heinz Exp $
+
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "Makefile.common"
 
@@ -15,5 +17,7 @@
 CONFIGURE_ARGS+=       --with-tclinclude=${PREFIX}/include/tcl
 CONFIGURE_ARGS+=       --without-x
 
+INSTALL_MAKE_FLAGS+=   INSTALL_ROOT=${DESTDIR:Q}
+
 .include "../../lang/tcl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index