diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-04-19 22:35:36 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-04-19 22:35:36 +0000 |
commit | 159c5f868149665a5c15f908a680f12346f93368 (patch) | |
tree | 4ce73d4955441e7d74b6ff2218a02bf47414d9aa /math | |
parent | 15ab37afe52a2993d1160656b811483013223170 (diff) | |
download | ports-159c5f868149665a5c15f908a680f12346f93368.tar.gz ports-159c5f868149665a5c15f908a680f12346f93368.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/qwtplot3d-qt4/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/math/qwtplot3d-qt4/Makefile b/math/qwtplot3d-qt4/Makefile index 5cef16ebdbf3..31c907668961 100644 --- a/math/qwtplot3d-qt4/Makefile +++ b/math/qwtplot3d-qt4/Makefile @@ -36,8 +36,10 @@ pre-build: s|^LINK .*|LINK=${CXX}|; \ s|^\(INCPATH .*=\)|\1 -Iinclude|;' Makefile do-install: - (cd ${WRKSRC}/include/ && ${COPYTREE_SHARE} \* ${PREFIX}/include/qwtplot3d-qt4) - ${INSTALL_PROGRAM} ${WRKSRC}/lib/libqwtplot3d-qt4.so.${PORTVERSION} ${PREFIX}/lib + ${MKDIR} ${PREFIX}/include/qwtplot3d-qt4 + ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qwtplot3d-qt4 + ${MKDIR} ${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/lib/libqwtplot3d-qt4.so.${PORTVERSION} ${PREFIX}/lib ${LN} -fs ${PREFIX}/lib/libqwtplot3d-qt4.so.${PORTVERSION} ${PREFIX}/lib/libqwtplot3d-qt4.so.0 ${LN} -fs ${PREFIX}/lib/libqwtplot3d-qt4.so.${PORTVERSION} ${PREFIX}/lib/libqwtplot3d-qt4.so |