Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 15:19:54 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8b86d852100f - main - sysutils/ncdu: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
Message-ID:  <202402211519.41LFJs1J018341@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211519.41LFJs1J018341>