aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-11 21:14:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-11 21:46:58 +0000
commit5f4aceedba0e6dff317e9b80a9b3431ca5b7899a (patch)
tree9e3e14e6591005e578beac23dcd07f64badeb681
parent7ac780ee21e564fe3e6e9a405b987837a59a30d9 (diff)
downloadports-5f4aceedba0e6dff317e9b80a9b3431ca5b7899a.tar.gz
ports-5f4aceedba0e6dff317e9b80a9b3431ca5b7899a.zip
devel/xxhash: Simplify Makefile
-rw-r--r--devel/xxhash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xxhash/Makefile b/devel/xxhash/Makefile
index 029942fd5416..bdd9fb8a73ea 100644
--- a/devel/xxhash/Makefile
+++ b/devel/xxhash/Makefile
@@ -24,6 +24,6 @@ PORTSCOUT= skipv:r35,r36,r37,r38,r39,r40,r41,r42
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xxhsum
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxxhash.so.${PORTVERSION}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxxhash.so
.include <bsd.port.mk>