aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-13 07:49:12 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-13 07:49:12 +0000
commitf942dcfd4f8e0fa3edab21719c55ee34c7f99fca (patch)
tree1c0e6476d8ebfe9580631520e79762ce28879501
parentfff7bad4e829a4b9afd44d425931ea36a36d861c (diff)
downloadports-f942dcfd4f8e0fa3edab21719c55ee34c7f99fca.tar.gz
ports-f942dcfd4f8e0fa3edab21719c55ee34c7f99fca.zip
textproc/reflex: Fix build with MAN location
Approved by: portmgr (just-fix-it)
-rw-r--r--textproc/reflex/Makefile5
1 files changed, 4 insertions, 1 deletions
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>