diff options
Diffstat (limited to 'devel/rapidjson/Makefile')
-rw-r--r-- | devel/rapidjson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rapidjson/Makefile b/devel/rapidjson/Makefile index 22b5a2ab3e7a..7f86effd057e 100644 --- a/devel/rapidjson/Makefile +++ b/devel/rapidjson/Makefile @@ -47,6 +47,6 @@ post-patch: @${REINPLACE_CMD} -e 's|add_subdirectory.*googletest.*|link_directories(${LOCALBASE}/lib)|' ${WRKSRC}/test/CMakeLists.txt post-stage: - @${RM} -rf ${STAGEDIR}${EXAMPLESDIR}/CMake* + @${RM} -r ${STAGEDIR}${EXAMPLESDIR}/CMake* .include <bsd.port.mk> |