git: 4d3bc4dce8cf - main - deskutils/when: Clean up MAKE_ARGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 17:06:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d3bc4dce8cfb72fed9d9d09199007c51a3c93fd commit 4d3bc4dce8cfb72fed9d9d09199007c51a3c93fd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-28 16:56:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-28 17:04:44 +0000 deskutils/when: Clean up MAKE_ARGS --- deskutils/when/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deskutils/when/Makefile b/deskutils/when/Makefile index 69bc3bfa8397..d2c79f9dffc6 100644 --- a/deskutils/when/Makefile +++ b/deskutils/when/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= dual USES= perl5 shebangfix USE_PERL5= run -MAKE_ARGS= MANDIR=${PREFIX}/share/man/man1 prefix=${PREFIX} +MAKE_ARGS= prefix=${PREFIX} NO_ARCH= yes NO_BUILD= yes