Date: Tue, 11 May 2021 21:51:32 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5f4aceedba0e - main - devel/xxhash: Simplify Makefile Message-ID: <202105112151.14BLpW65093571@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f4aceedba0e6dff317e9b80a9b3431ca5b7899a commit 5f4aceedba0e6dff317e9b80a9b3431ca5b7899a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-11 21:14:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105112151.14BLpW65093571>