diff options
author | heinz <heinz> | 2008-02-05 22:59:05 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-02-05 22:59:05 +0000 |
commit | f39f699ab6b24bb8e4037aeb01f408d9cfda624a (patch) | |
tree | d6a80c1d519bf33ceca81e3a9a818e525958511e /devel/boost-python/Makefile | |
parent | b4335484961d5ea0f6fb5a01a6cd95e5ec09e71b (diff) | |
download | pkgsrc-f39f699ab6b24bb8e4037aeb01f408d9cfda624a.tar.gz |
Added support for installation to DESTDIR.
Diffstat (limited to 'devel/boost-python/Makefile')
-rw-r--r-- | devel/boost-python/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/boost-python/Makefile b/devel/boost-python/Makefile index 955be19cf64..1ca42158d9b 100644 --- a/devel/boost-python/Makefile +++ b/devel/boost-python/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.8 2008/01/04 19:58:40 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2008/02/05 23:01:59 heinz Exp $ # BOOST_PACKAGE= python BOOST_COMMENT= (Boost.Python binary library) BOOST_CONFIG= installed +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../meta-pkgs/boost/Makefile.common" BJAM_ARGS+= --with-python |