diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-25 20:12:00 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-04-25 20:35:09 +0000 |
commit | 2478ee6e831f1544ada43806c354b3befaa30bb1 (patch) | |
tree | 81de9745bc1d6f36e3d51415f0e9e38e42e4a68c | |
parent | 1e468d287060d40cbcddf789a0f801f9f6d034d5 (diff) | |
download | ports-2478ee6e831f1544ada43806c354b3befaa30bb1.tar.gz ports-2478ee6e831f1544ada43806c354b3befaa30bb1.zip |
devel/xxhash: Add PORTSCOUT
-rw-r--r-- | devel/xxhash/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/xxhash/Makefile b/devel/xxhash/Makefile index a063ee6210ca..b2dd5bf5b0cb 100644 --- a/devel/xxhash/Makefile +++ b/devel/xxhash/Makefile @@ -20,6 +20,8 @@ USE_GITHUB= yes GH_ACCOUNT= Cyan4973 GH_PROJECT= xxHash +PORTSCOUT= skipv:r42 + post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xxhsum ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxxhash.so.${PORTVERSION} |