git: db7d5c8452fa - main - misc/trurl: Move manpages to PREFIX/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Feb 2024 13:08:55 UTC
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