git: b2aa2644bbd6 - main - benchmarks/thrulay: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 13:24:08 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2aa2644bbd67dee86423e20113bdb1b3625f5fd commit b2aa2644bbd67dee86423e20113bdb1b3625f5fd Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 12:41:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 13:23:42 +0000 benchmarks/thrulay: Moved man to share/man Approved by: portmgr (blanket) --- benchmarks/thrulay/Makefile | 3 ++- benchmarks/thrulay/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile index 18ede5c9a7d6..e2ec7f700e7c 100644 --- a/benchmarks/thrulay/Makefile +++ b/benchmarks/thrulay/Makefile @@ -1,6 +1,6 @@ PORTNAME= thrulay PORTVERSION= 0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks net MASTER_SITES= SF @@ -12,6 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gmake libtool USE_LDCONFIG= yes USE_RC_SUBR= thrulayd diff --git a/benchmarks/thrulay/pkg-plist b/benchmarks/thrulay/pkg-plist index 582c9a02db10..4db22e63109a 100644 --- a/benchmarks/thrulay/pkg-plist +++ b/benchmarks/thrulay/pkg-plist @@ -6,5 +6,5 @@ lib/libthrulay.a lib/libthrulay.so lib/libthrulay.so.0 lib/libthrulay.so.0.0.0 -man/man1/thrulay.1.gz -man/man8/thrulayd.8.gz +share/man/man1/thrulay.1.gz +share/man/man8/thrulayd.8.gz