diff options
-rw-r--r-- | net/rsocket-cpp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/rsocket-cpp/Makefile b/net/rsocket-cpp/Makefile index 1502ec596b60..d3b6678ce8aa 100644 --- a/net/rsocket-cpp/Makefile +++ b/net/rsocket-cpp/Makefile @@ -33,6 +33,8 @@ USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= BUILD_TESTS BUILD_EXAMPLES +PORTSCOUT= limit:^[0-9\.]*$$ + post-install: # https://github.com/rsocket/rsocket-cpp/issues/890 @cd ${STAGEDIR}${LOCALBASE} && ${RM} -r include/rsocket/examples include/rsocket/test include/yarpl/cmake include/yarpl/perf include/yarpl/test |