git: b25a6c32cfec - main - devel/heirloom-devtools/: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 13:52:18 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b25a6c32cfecc011c62937dd4308fda7badc7d91
commit b25a6c32cfecc011c62937dd4308fda7badc7d91
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 12:55:16 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 13:52:01 +0000
devel/heirloom-devtools/: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
devel/heirloom-devtools/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/heirloom-devtools/Makefile b/devel/heirloom-devtools/Makefile
index 6ff61a959f78..ba2ac06825ab 100644
--- a/devel/heirloom-devtools/Makefile
+++ b/devel/heirloom-devtools/Makefile
@@ -25,14 +25,14 @@ CFLAGS+= -fcommon
SUB_FILES= ${PORTNAME}.conf
PLIST_SUB= LIBEXECDIR=heirloom/libexec
-MANPREFIX= ${PREFIX}/heirloom/share
+MANDIRS= ${PREFIX}/heirloom/share/man
DATADIR= ${PREFIX}/heirloom/share
BINDIR?= ${PREFIX}/heirloom/bin
SUSBIN?= ${PREFIX}/heirloom/bin/posix
LIBDIR?= ${PREFIX}/heirloom/libexec
HDRSDIR?= ${DATADIR}/lib/make
-MANDIR?= ${MANPREFIX}/man
+MANDIR?= ${PREFIX}/heirloom/share/man
PORTDOCS= *