summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-04-19 22:35:36 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-04-19 22:35:36 +0000
commit159c5f868149665a5c15f908a680f12346f93368 (patch)
tree4ce73d4955441e7d74b6ff2218a02bf47414d9aa /math
parent- Install plasma_saver.ko under /boot/modules and remove pkg-message. (diff)
Don't install *.orig files to unbreak build on pointyhat [1]
Use INSTALL_LIB to install library Reported by: pav [1]
Notes
Notes: svn path=/head/; revision=295131
Diffstat (limited to 'math')
-rw-r--r--math/qwtplot3d-qt4/Makefile6
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