Date: Wed, 21 Feb 2024 15:18:42 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: 0e298d0a3b3c - main - devel/xxhash: Use = instead of += for MAKE_ARGS Message-ID: <202402211518.41LFIgSx015550@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=0e298d0a3b3cc8e8e53ade6c20bcc327850b76d5 commit 0e298d0a3b3cc8e8e53ade6c20bcc327850b76d5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:25:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:28 +0000 devel/xxhash: Use = instead of += for MAKE_ARGS --- devel/xxhash/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/xxhash/Makefile b/devel/xxhash/Makefile index da544228be1e..54f7546bc12f 100644 --- a/devel/xxhash/Makefile +++ b/devel/xxhash/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake +MAKE_ARGS= MANDIR=${PREFIX}/share/man/man1 TEST_TARGET= check USE_LDCONFIG= yes @@ -23,8 +24,6 @@ USE_GITHUB= yes GH_ACCOUNT= Cyan4973 GH_PROJECT= xxHash -MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man1 - PORTSCOUT= limit:^v[0-9\.]* post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211518.41LFIgSx015550>