diff options
author | tv <tv@pkgsrc.org> | 2004-06-07 01:34:25 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-06-07 01:34:25 +0000 |
commit | 90f360830b22a18699a9c2aaa75d6303b0792002 (patch) | |
tree | 51287ba6e1cb50844e2ea2ef833a01822584ec50 /devel/boost-python | |
parent | d21ff2be3b172ebc712cf1f575fb76f4f04fe691 (diff) | |
download | pkgsrc-90f360830b22a18699a9c2aaa75d6303b0792002.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/Makefile | 4 |
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 \ |