mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -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
|
PORTNAME= reflex
|
||||||
PORTVERSION= 20230523
|
PORTVERSION= 20230523
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= https://invisible-mirror.net/archives/reflex/ \
|
MASTER_SITES= https://invisible-mirror.net/archives/reflex/ \
|
||||||
LOCAL/sunpoet
|
LOCAL/sunpoet
|
||||||
|
@ -13,7 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= tar:tgz
|
USES= tar:tgz
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||||
|
--mandir=${PREFIX}/share/man
|
||||||
TEST_TARGET= bigcheck
|
TEST_TARGET= bigcheck
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue