summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/kdegraphics4/Makefile')
-rw-r--r--graphics/kdegraphics4/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile
index 9d9bc563c1db..ff03344679de 100644
--- a/graphics/kdegraphics4/Makefile
+++ b/graphics/kdegraphics4/Makefile
@@ -44,11 +44,8 @@ QT_COMPONENTS= opengl gui svg iconengines pixeltool \
moc_build rcc_build uic_build qmake_build
MAKE_JOBS_SAFE= yes
-post-extract:
- ${MKDIR} ${WRKSRC}
-
post-patch:
- ${FIND} ${WRKSRC}/.. -type f -name CMakeLists.txt | ${XARGS} \
+ ${FIND} ${PATCH_WRKSRC} -type f -name CMakeLists.txt | ${XARGS} \
${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|'
.include <bsd.port.mk>