diff options
author | wiz <wiz> | 2005-04-05 11:09:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-05 11:09:00 +0000 |
commit | 10a18005f581b989cb1ff0821b33fa95a6a79e22 (patch) | |
tree | d69c8e1354cbdaeed4f5dc7dcbdf90f778532c57 /devel/boost-headers/Makefile | |
parent | feb15163d2658a9d6eac8b915b9ecc09e4b57b63 (diff) | |
download | pkgsrc-10a18005f581b989cb1ff0821b33fa95a6a79e22.tar.gz |
Replace NO_BUILD with empty do-build target.
Diffstat (limited to 'devel/boost-headers/Makefile')
-rw-r--r-- | devel/boost-headers/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/boost-headers/Makefile b/devel/boost-headers/Makefile index 4f163efaf17..d4b73d3ea04 100644 --- a/devel/boost-headers/Makefile +++ b/devel/boost-headers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/02/27 21:57:53 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/05 11:09:00 wiz Exp $ # BOOST_PACKAGE= headers @@ -9,10 +9,10 @@ BOOST_CONFIG= generate BJAM_ARGS+= --with-unknown # disable all libraries -NO_BUILD= # defined - .include "../../devel/boost-build/bjam.mk" +do-build: + do-install: bjam-install ${FIND} ${PREFIX}/include/boost \ -type f -print | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} |