diff options
author | heinz <heinz@pkgsrc.org> | 2007-12-11 21:40:42 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-12-11 21:40:42 +0000 |
commit | aa826b15cba14feca66b21c076b48e72d988d0fc (patch) | |
tree | 3be3161a6325b71d8fbe90c18b0959bfd1180397 /lang | |
parent | 8d544df044ae0e8c361c845bef7690c11831fa6b (diff) | |
download | pkgsrc-aa826b15cba14feca66b21c076b48e72d988d0fc.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl-expect/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile index 2f54e597cfe..3bd8a16c430 100644 --- a/lang/tcl-expect/Makefile +++ b/lang/tcl-expect/Makefile @@ -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-tclconfig=${PREFIX}/lib 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" |