From f89cefb0a1d7b30e9743e01f67090c5ab69cc02b Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 16 Oct 2013 23:18:03 +0000 Subject: - Support staging --- x11-themes/qt4-style-phase/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-themes/qt4-style-phase/Makefile b/x11-themes/qt4-style-phase/Makefile index 9469677c810e..8df420481a2e 100644 --- a/x11-themes/qt4-style-phase/Makefile +++ b/x11-themes/qt4-style-phase/Makefile @@ -23,12 +23,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= ${QT_PLUGINDIR_REL}/styles/libphasestyle.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}/libphasestyle.so ${PREFIX}/${QT_PLUGINDIR_REL}/styles/ + ${MKDIR} ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/ + ${INSTALL_PROGRAM} ${WRKSRC}/libphasestyle.so ${STAGEDIR}${PREFIX}/${QT_PLUGINDIR_REL}/styles/ .include -- cgit