diff options
author | makc <makc@FreeBSD.org> | 2013-10-23 19:55:53 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-10-23 19:55:53 +0800 |
commit | d8f88d9f2157f366ec33c9af106d1ecf0874c801 (patch) | |
tree | 17c49a8bad303832c99fb2743c0b7f1f95bebdee /math/qwtplot3d-qt4 | |
parent | 1c600b68b9212f4196d82d6a4f36fb440876b6d7 (diff) | |
download | freebsd-ports-gnome-d8f88d9f2157f366ec33c9af106d1ecf0874c801.tar.gz freebsd-ports-gnome-d8f88d9f2157f366ec33c9af106d1ecf0874c801.tar.zst freebsd-ports-gnome-d8f88d9f2157f366ec33c9af106d1ecf0874c801.zip |
- Fix staging
- Don't use absolute path for linking in stage directory
Diffstat (limited to 'math/qwtplot3d-qt4')
-rw-r--r-- | math/qwtplot3d-qt4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/qwtplot3d-qt4/Makefile b/math/qwtplot3d-qt4/Makefile index 370cbe33be93..c38e1b422f48 100644 --- a/math/qwtplot3d-qt4/Makefile +++ b/math/qwtplot3d-qt4/Makefile @@ -22,9 +22,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/qwtplot3d-qt4 ${INSTALL_DATA} ${WRKSRC}/include/*.h ${STAGEDIR}${PREFIX}/include/qwtplot3d-qt4 - ${MKDIR} ${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/lib/libqwtplot3d-qt4.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib - ${LN} -fs ${PREFIX}/lib/libqwtplot3d-qt4.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libqwtplot3d-qt4.so.0 - ${LN} -fs ${PREFIX}/lib/libqwtplot3d-qt4.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libqwtplot3d-qt4.so + ${LN} -fs libqwtplot3d-qt4.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libqwtplot3d-qt4.so.0 + ${LN} -fs libqwtplot3d-qt4.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libqwtplot3d-qt4.so .include <bsd.port.mk> |