Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2024 13:08:55 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db7d5c8452fa - main - misc/trurl: Move manpages to PREFIX/share/man
Message-ID:  <202402071308.417D8tLo052137@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=db7d5c8452fa3eb6898088bba7d6f7c95715e637

commit db7d5c8452fa3eb6898088bba7d6f7c95715e637
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2024-02-07 13:04:16 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2024-02-07 13:08:22 +0000

    misc/trurl: Move manpages to PREFIX/share/man
---
 misc/trurl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/trurl/Makefile b/misc/trurl/Makefile
index bc788a08c5cb..aa235f480d5a 100644
--- a/misc/trurl/Makefile
+++ b/misc/trurl/Makefile
@@ -20,13 +20,13 @@ GH_ACCOUNT=	curl
 MAKE_ARGS=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="-lcurl" \
 		LDLIBS="-L${LOCALBASE}/lib" \
-		MANDIR="${PREFIX}/man/man1"
+		MANDIR="${PREFIX}/share/man/man1"
 
 ALL_TARGET=	${PORTNAME}
 TEST_TARGET=	test
 
 PLIST_FILES=	bin/trurl \
-		man/man1/trurl.1.gz
+		share/man/man1/trurl.1.gz
 
 post-install:
 		${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/trurl



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