Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2024 07:50:01 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f942dcfd4f8e - main - textproc/reflex: Fix build with MAN location
Message-ID:  <202401130750.40D7o16T002792@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit f942dcfd4f8e0fa3edab21719c55ee34c7f99fca
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-13 07:49:12 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-13 07:49:12 +0000

    textproc/reflex: Fix build with MAN location
    
    Approved by:    portmgr (just-fix-it)
---
 textproc/reflex/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/textproc/reflex/Makefile b/textproc/reflex/Makefile
index 2751a4578f6e..4e0d87897287 100644
--- a/textproc/reflex/Makefile
+++ b/textproc/reflex/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	reflex
 PORTVERSION=	20230523
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	https://invisible-mirror.net/archives/reflex/ \
 		LOCAL/sunpoet
@@ -13,7 +14,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		tar:tgz
 
-GNU_CONFIGURE=	yes
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--prefix=${PREFIX} \
+			--mandir=${PREFIX}/share/man
 TEST_TARGET=	bigcheck
 
 .include <bsd.port.mk>



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