textproc/reflex: Fix f942dcfd4f

- Change back to GNU_CONFIGURE
- Use GNU_CONFIGURE_MANPREFIX
This commit is contained in:
Po-Chuan Hsieh 2024-02-21 22:29:26 +08:00
parent f8d88689d8
commit 06f56996fb
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 2 additions and 3 deletions

View File

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