diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-01-12 09:09:33 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-01-12 09:09:33 +0000 |
commit | 2d6c9b80393eea81d50fb27730890e1efa036e7a (patch) | |
tree | 7a2e775095f5074dcc07994a16643f236e41ebc6 /net | |
parent | 03d78e6e17bca63a3862750ed9a10707436d9502 (diff) | |
download | ports-2d6c9b80393eea81d50fb27730890e1efa036e7a.tar.gz ports-2d6c9b80393eea81d50fb27730890e1efa036e7a.zip |
Notes
Diffstat (limited to 'net')
-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 |