diff options
Diffstat (limited to 'graphics/qt4-iconengines/Makefile')
-rw-r--r-- | graphics/qt4-iconengines/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/qt4-iconengines/Makefile b/graphics/qt4-iconengines/Makefile index 69e31eada906..1a2a01f4475b 100644 --- a/graphics/qt4-iconengines/Makefile +++ b/graphics/qt4-iconengines/Makefile @@ -45,8 +45,6 @@ CONFIGURE_WRKSRC=${WRKSRC}/../../.. pre-configure: ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} - ${REINPLACE_CMD} -e 's|target.path.*|target.path=${PREFIX}/lib/plugins/iconengines|g' \ - ${WRKSRC}/svgiconengine/svgiconengine.pro ${MKDIR} ${WRKSRC}/../../../mkspecs ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake ${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../bin/moc |