Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 15:17:52 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: 898d7e24b327 - main - archivers/zstd: Sort MAKE_ENV
Message-ID:  <202402211517.41LFHqRH013630@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=898d7e24b327fbeab78b8dc27e23279c8c75ebe4

commit 898d7e24b327fbeab78b8dc27e23279c8c75ebe4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:25:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:06:15 +0000

    archivers/zstd: Sort MAKE_ENV
---
 archivers/zstd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index 358612e8f0d9..386af72d0ca8 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -25,8 +25,8 @@ MAKE_ENV=	INSTALL_DATA="${INSTALL_DATA}" \
 		INSTALL_MAN="${INSTALL_MAN}" \
 		INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
 		INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
-		V=1 \
-		MANDIR=${PREFIX}/share/man
+		MANDIR=${PREFIX}/share/man \
+		V=1
 TEST_TARGET=	shortest
 USE_LDCONFIG=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211517.41LFHqRH013630>