diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-16 23:17:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-10-16 23:17:57 +0000 |
commit | 103e78c90d145ab8f03ed766e29e864e09e8011a (patch) | |
tree | 246496e66ed33ad4e7e96539f87778a6009dacfe /x11-themes | |
parent | b05f3410090994ed1ddfd2895a6592f9755cf6be (diff) | |
download | ports-103e78c90d145ab8f03ed766e29e864e09e8011a.tar.gz ports-103e78c90d145ab8f03ed766e29e864e09e8011a.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qt4-style-float/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/qt4-style-float/Makefile b/x11-themes/qt4-style-float/Makefile index c217909cd428..b512de869fde 100644 --- a/x11-themes/qt4-style-float/Makefile +++ b/x11-themes/qt4-style-float/Makefile @@ -23,12 +23,11 @@ WRKSRC= ${WRKDIR}/floatstyle-${PORTVERSION} PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/libfloatstyle.so PLIST_DIRSTRY= ${QT_PLUGINDIR_REL}/styles -NO_STAGE= yes do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} do-install: - ${MKDIR} ${PREFIX}/${QT_PLUGINDIR_REL}/styles/ - ${INSTALL_PROGRAM} ${WRKSRC}/libfloatstyle.so ${PREFIX}/${QT_PLUGINDIR_REL}/styles/ + ${MKDIR} ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/ + ${INSTALL_PROGRAM} ${WRKSRC}/libfloatstyle.so ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/ .include <bsd.port.mk> |