Skip to content

Commit

Permalink
textproc/reflex: Fix f942dcf
Browse files Browse the repository at this point in the history
- Change back to GNU_CONFIGURE
- Use GNU_CONFIGURE_MANPREFIX
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent f8d8868 commit 06f5699
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions textproc/reflex/Makefile
Expand Up @@ -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>

0 comments on commit 06f5699

Please sign in to comment.