From 5f4aceedba0e6dff317e9b80a9b3431ca5b7899a Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 12 May 2021 05:14:30 +0800 Subject: [PATCH] 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 029942fd5416f..bdd9fb8a73ea9 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