summaryrefslogtreecommitdiff
path: root/devel/boost-python
diff options
context:
space:
mode:
authortv <tv>2004-06-07 01:34:25 +0000
committertv <tv>2004-06-07 01:34:25 +0000
commit31cb4065ac7c1211edb8fd9bf627ee7b8cda1de1 (patch)
tree51287ba6e1cb50844e2ea2ef833a01822584ec50 /devel/boost-python
parent1da5aa72d422a101d55f0eba1d8ecb8d56d23ac0 (diff)
downloadpkgsrc-31cb4065ac7c1211edb8fd9bf627ee7b8cda1de1.tar.gz
Fix error in previous (copy and paste from boost-thread that should not
have been here).
Diffstat (limited to 'devel/boost-python')
-rw-r--r--devel/boost-python/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/boost-python/Makefile b/devel/boost-python/Makefile
index 157cd25615a..0e0b0b08641 100644
--- a/devel/boost-python/Makefile
+++ b/devel/boost-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2004/06/06 23:51:37 tv Exp $
+# $NetBSD: Makefile,v 1.2 2004/06/07 01:34:25 tv Exp $
#
BOOST_PKGNAME_ADD= -python
@@ -27,8 +27,6 @@ do-build:
@cd ${WRKSRC} && ${BJAM_CMD} stage
do-install:
- ${INSTALL_DATA} ${WRKSRC}/boost/config/user.hpp \
- ${PREFIX}/include/boost-1_31/boost/config/thread_user.hpp
${INSTALL_LIB} ${WRKSRC}/stage/lib/*-1_31.* ${PREFIX}/lib/
@cd ${WRKSRC}/stage/lib && for f in *-1_31.*; do \
${LN} -f ${PREFIX}/lib/$$f \