git: 13621e4e3ac2 - main - devel/9base: ensure manpages are compressed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jan 2024 07:40:09 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=13621e4e3ac256217d4d4412014fe015109a637c
commit 13621e4e3ac256217d4d4412014fe015109a637c
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-01-16 07:40:04 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-01-16 07:40:04 +0000
devel/9base: ensure manpages are compressed
---
devel/9base/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/devel/9base/Makefile b/devel/9base/Makefile
index e4e041765520..7b2e1900e1ea 100644
--- a/devel/9base/Makefile
+++ b/devel/9base/Makefile
@@ -25,6 +25,7 @@ rc_CMD= ${PREFIX}/9/bin/rc
MAKE_ARGS= PREFIX="${PREFIX}/9" CC="${CC}" \
CFLAGS="${CFLAGS} -I. -c" LDFLAGS="${LDFLAGS} -L."
MAKE_JOBS_UNSAFE= yes
+MANDIRS= ${PREFIX}/9/share/man
# Fix build on current
CFLAGS+= -fcommon