summaryrefslogtreecommitdiff
path: root/devel/boost-jam
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-11-29 22:27:13 +0000
committerheinz <heinz@pkgsrc.org>2007-11-29 22:27:13 +0000
commited5a011ac5c0143a433c1277feeeaa2d243f8202 (patch)
tree5b126e2668034892d53eafd3bfe5810c491a4402 /devel/boost-jam
parentcbe51c5b46c7b1c798d83612da1f5db7b2eaa3ae (diff)
downloadpkgsrc-ed5a011ac5c0143a433c1277feeeaa2d243f8202.tar.gz
Package supports installation to DESTDIR.
Diffstat (limited to 'devel/boost-jam')
-rw-r--r--devel/boost-jam/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/boost-jam/Makefile b/devel/boost-jam/Makefile
index f57a5738b85..93f32b8a6a4 100644
--- a/devel/boost-jam/Makefile
+++ b/devel/boost-jam/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/06/02 17:48:51 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2007/11/29 22:27:13 heinz Exp $
#
+PKG_DESTDIR_SUPPORT= user-destdir
+
BOOST_PACKAGE= jam
BOOST_COMMENT= (Boost.Jam utility)
BOOST_CONFIG= no
@@ -28,6 +30,6 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tools/build/jam_src/bin.*/bjam \
- ${PREFIX}/bin
+ ${DESTDIR:Q}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"