aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-16 23:17:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-10-16 23:17:57 +0000
commit103e78c90d145ab8f03ed766e29e864e09e8011a (patch)
tree246496e66ed33ad4e7e96539f87778a6009dacfe /x11-themes
parentb05f3410090994ed1ddfd2895a6592f9755cf6be (diff)
downloadports-103e78c90d145ab8f03ed766e29e864e09e8011a.tar.gz
ports-103e78c90d145ab8f03ed766e29e864e09e8011a.zip
- Support staging
Notes
Notes: svn path=/head/; revision=330558
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/qt4-style-float/Makefile5
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>