git: 503fc6421aa2 - main - x11-fonts/pcf2bdf: Clean up MAKE_ENV

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 28 Jan 2025 17:06:39 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=503fc6421aa222e1279e351968a91dbc39291e87

commit 503fc6421aa222e1279e351968a91dbc39291e87
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-28 16:56:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-28 17:04:46 +0000

    x11-fonts/pcf2bdf: Clean up MAKE_ENV
---
 x11-fonts/pcf2bdf/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-fonts/pcf2bdf/Makefile b/x11-fonts/pcf2bdf/Makefile
index 1ed7f22d005f..745f8c875846 100644
--- a/x11-fonts/pcf2bdf/Makefile
+++ b/x11-fonts/pcf2bdf/Makefile
@@ -16,8 +16,7 @@ GH_ACCOUNT=	ganaware
 CPE_VENDOR=	pcf2bdf_project
 
 MAKEFILE=	Makefile.gcc
-MAKE_ENV=	MANPATH="${PREFIX}/share/man/man1" \
-		INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+MAKE_ENV=	INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
 		INSTALL_DATA="${INSTALL_MAN}" \
 		INSTALL_DIR="${MKDIR}"