textproc/reflex: Fix build with MAN location

Approved by:	portmgr (just-fix-it)
This commit is contained in:
Muhammad Moinur Rahman 2024-01-13 08:49:12 +01:00
parent fff7bad4e8
commit f942dcfd4f
1 changed files with 4 additions and 1 deletions

View File

@ -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>