git: 5f4aceedba0e - main - devel/xxhash: Simplify Makefile
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 11 21:51:33 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f4aceedba0e6dff317e9b80a9b3431ca5b7899a
commit 5f4aceedba0e6dff317e9b80a9b3431ca5b7899a
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:14:30 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:46:58 +0000
devel/xxhash: Simplify Makefile
---
devel/xxhash/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>
More information about the dev-commits-ports-all
mailing list