diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-27 20:53:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-12-27 20:53:10 +0000 |
commit | 86ee2682472d74f2435e549987e5c821d30b483c (patch) | |
tree | 7d309db59dbfd8cf86bfcd0873607f89108ed557 /devel/boost-libs/Makefile | |
parent | 28bc6a0151f49c86aaa50cce3a596c54b5847079 (diff) | |
download | ports-86ee2682472d74f2435e549987e5c821d30b483c.tar.gz ports-86ee2682472d74f2435e549987e5c821d30b483c.zip |
- Update to 1.45
PR: ports/152558
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>,
Alexander Churanov <alexanderchuranov@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=267025
Diffstat (limited to 'devel/boost-libs/Makefile')
-rw-r--r-- | devel/boost-libs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index 483ce9b00df8..6e39642beffc 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -6,7 +6,6 @@ # PORTNAME= boost-libs -PORTREVISION= 2 COMMENT= Free portable C++ libraries (without Boost.Python) USE_BZIP2= yes @@ -58,10 +57,10 @@ do-build: do-install: # Install libraries - ${FIND} ${WRKSRC}/bin.v2/libs -type f -name "*.a"\ + ${FIND} ${WRKSRC}/stage/lib -type f -name "*.a"\ -exec ${INSTALL_DATA} \{\} ${PREFIX}/lib \; - ${FIND} -E ${WRKSRC}/bin.v2/libs -type f \ + ${FIND} -E ${WRKSRC}/stage/lib -type f \ -regex '.*so' \ -exec ${INSTALL_DATA} \{\} ${PREFIX}/lib \; |