summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/boost-headers/Makefile6
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}