git: 2abc914248cf - main - www/libnghttp2: Remove USES=pathfix

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 09 Dec 2025 11:24:37 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2abc914248cff15b0c3dd0032d825f0e4dfa9ba6

commit 2abc914248cff15b0c3dd0032d825f0e4dfa9ba6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-09 06:39:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-09 11:21:10 +0000

    www/libnghttp2: Remove USES=pathfix
---
 www/libnghttp2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/libnghttp2/Makefile b/www/libnghttp2/Makefile
index 1e8df2073b8f..5c99e522670b 100644
--- a/www/libnghttp2/Makefile
+++ b/www/libnghttp2/Makefile
@@ -12,7 +12,7 @@ WWW=		https://nghttp2.org/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe libtool pathfix pkgconfig tar:xz
+USES=		cpe libtool pkgconfig tar:xz
 
 CONFIGURE_ARGS=	--enable-lib-only
 GNU_CONFIGURE=	yes