diff options
Diffstat (limited to 'devel/qmake/Makefile')
-rw-r--r-- | devel/qmake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/qmake/Makefile b/devel/qmake/Makefile index 59761e757a22..bb7fb23ca018 100644 --- a/devel/qmake/Makefile +++ b/devel/qmake/Makefile @@ -38,7 +38,7 @@ post-install: .endif post-patch: - @${RM} -fr ${WRKSRC}/examples ${WRKSRC}/tutorial + @${RM} -r ${WRKSRC}/examples ${WRKSRC}/tutorial @${REINPLACE_CMD} -e 's|-O2|${CXXFLAGS}|' \ -e 's|gcc|${CC}|' \ -e 's|g++|${CXX}|' \ |