git: 8b86d852100f - main - sysutils/ncdu: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:19:54 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8b86d852100fa8e4de9664568b305b0e62cecd9f
commit 8b86d852100fa8e4de9664568b305b0e62cecd9f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:28:48 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:06:43 +0000
sysutils/ncdu: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
---
sysutils/ncdu/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile
index c9135c41b5c8..264d11991e4c 100644
--- a/sysutils/ncdu/Makefile
+++ b/sysutils/ncdu/Makefile
@@ -14,9 +14,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/ncdu \
- man/man1/ncdu.1.gz
+ share/man/man1/ncdu.1.gz
# ncdu 1.* (LTS) is written in C.
# ncdu 2.* (stable) is written in Zig which only works with specific version.