aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 14:29:26 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:06:46 +0000
commit06f56996fbe6bab77defa7960d96262f068a87ec (patch)
tree3a7f2321d0e9022ba6241c21908175ef4effbf27
parentf8d88689d888f3a147604679e6a764119a78e1e3 (diff)
downloadports-06f56996fbe6bab77defa7960d96262f068a87ec.tar.gz
ports-06f56996fbe6bab77defa7960d96262f068a87ec.zip
textproc/reflex: Fix f942dcfd4f8e0fa3edab21719c55ee34c7f99fca
- Change back to GNU_CONFIGURE - Use GNU_CONFIGURE_MANPREFIX
-rw-r--r--textproc/reflex/Makefile5
1 files 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>