aboutsummaryrefslogtreecommitdiff
path: root/devel/rapidjson/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rapidjson/Makefile')
-rw-r--r--devel/rapidjson/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rapidjson/Makefile b/devel/rapidjson/Makefile
index 8f12b64c5473..1942e3134b2a 100644
--- a/devel/rapidjson/Makefile
+++ b/devel/rapidjson/Makefile
@@ -45,7 +45,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|.*travis.*||' ${WRKSRC}/CMakeLists.txt # travis_doc breaks cmake, see https://github.com/miloyip/rapidjson/issues/715
@${REINPLACE_CMD} -e 's|add_subdirectory.*googletest.*|link_directories(${LOCALBASE}/lib)|' ${WRKSRC}/test/CMakeLists.txt
-post-stage:
+post-install:
@${RM} -r ${STAGEDIR}${EXAMPLESDIR}/CMake*
.include <bsd.port.mk>