Skip to content

Commit

Permalink
textproc/reflex: Fix build with MAN location
Browse files Browse the repository at this point in the history
Approved by:	portmgr (just-fix-it)
  • Loading branch information
5u623l20 committed Jan 13, 2024
1 parent fff7bad commit f942dcf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion textproc/reflex/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= reflex
PORTVERSION= 20230523
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://invisible-mirror.net/archives/reflex/ \
LOCAL/sunpoet
Expand All @@ -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>

0 comments on commit f942dcf

Please sign in to comment.