pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/boost-python Fix error in previous (copy and pas...
details: https://anonhg.NetBSD.org/pkgsrc/rev/024289a2dcb4
branches: trunk
changeset: 476343:024289a2dcb4
user: tv <tv%pkgsrc.org@localhost>
date: Mon Jun 07 01:34:25 2004 +0000
description:
Fix error in previous (copy and paste from boost-thread that should not
have been here).
diffstat:
devel/boost-python/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r aafbb6f6ca6a -r 024289a2dcb4 devel/boost-python/Makefile
--- a/devel/boost-python/Makefile Mon Jun 07 01:10:58 2004 +0000
+++ b/devel/boost-python/Makefile Mon Jun 07 01:34:25 2004 +0000
@@ -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 @@
@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 \
Home |
Main Index |
Thread Index |
Old Index