svn commit: r330560 - head/x11-themes/qt4-style-quantumstyle
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Oct 16 23:18:09 UTC 2013
Author: amdmi3
Date: Wed Oct 16 23:18:08 2013
New Revision: 330560
URL: http://svnweb.freebsd.org/changeset/ports/330560
Log:
- Support staging
Modified:
head/x11-themes/qt4-style-quantumstyle/Makefile
Modified: head/x11-themes/qt4-style-quantumstyle/Makefile
==============================================================================
--- head/x11-themes/qt4-style-quantumstyle/Makefile Wed Oct 16 23:18:03 2013 (r330559)
+++ head/x11-themes/qt4-style-quantumstyle/Makefile Wed Oct 16 23:18:08 2013 (r330560)
@@ -23,12 +23,11 @@ WRKSRC= ${WRKDIR}/QuantumStyle
PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/libquantumstyle.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}/style/libquantumstyle.so ${PREFIX}/${QT_PLUGINDIR_REL}/styles/
+ ${MKDIR} ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/
+ ${INSTALL_PROGRAM} ${WRKSRC}/style/libquantumstyle.so ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list