mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
textproc/reflex: Fix build with MAN location
Approved by: portmgr (just-fix-it)
This commit is contained in:
parent
fff7bad4e8
commit
f942dcfd4f
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue