Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 15:20:07 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: 06f56996fbe6 - main - textproc/reflex: Fix f942dcfd4f8e0fa3edab21719c55ee34c7f99fca
Message-ID:  <202402211520.41LFK7YD022118@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=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>



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