git: 06f56996fbe6 - main - textproc/reflex: Fix f942dcfd4f8e0fa3edab21719c55ee34c7f99fca

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 21 Feb 2024 15:20:07 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=06f56996fbe6bab77defa7960d96262f068a87ec

commit 06f56996fbe6bab77defa7960d96262f068a87ec
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:29:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:06:46 +0000

    textproc/reflex: Fix f942dcfd4f8e0fa3edab21719c55ee34c7f99fca
    
    - Change back to GNU_CONFIGURE
    - Use GNU_CONFIGURE_MANPREFIX
---
 textproc/reflex/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/textproc/reflex/Makefile b/textproc/reflex/Makefile
index 4e0d87897287..d1cae542f93d 100644
--- a/textproc/reflex/Makefile
+++ b/textproc/reflex/Makefile
@@ -14,9 +14,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		tar:tgz
 
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix=${PREFIX} \
-			--mandir=${PREFIX}/share/man
+GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 TEST_TARGET=	bigcheck
 
 .include <bsd.port.mk>