diff options
Diffstat (limited to 'devel/libclaw/Makefile')
-rw-r--r-- | devel/libclaw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libclaw/Makefile b/devel/libclaw/Makefile index d212657796f9..ccfab8964ce8 100644 --- a/devel/libclaw/Makefile +++ b/devel/libclaw/Makefile @@ -18,6 +18,7 @@ CMAKE_ARGS= -DCLAW_CMAKE_MODULES_INSTALL_PATH="${DATADIR}/cmake" USE_LDCONFIG= yes #USE_GCC= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/subdirs/ s|doc||' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e '/install.*COPYING/ d' ${WRKSRC}/CMakeLists.txt |