From 713ce12e2efe64f13b614c594fd3900700dcdece Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 7 Jun 2004 01:34:25 +0000 Subject: Fix error in previous (copy and paste from boost-thread that should not have been here). --- devel/boost-python/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'devel/boost-python') 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 \ -- cgit v1.2.3