git: 89e0fb7744f3 - main - sysutils/metalog: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 06:02:21 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=89e0fb7744f323910c89ebf70a19c922a108dc8c commit 89e0fb7744f323910c89ebf70a19c922a108dc8c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 05:59:33 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 06:01:54 +0000 sysutils/metalog: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/metalog/Makefile | 3 ++- sysutils/metalog/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/metalog/Makefile b/sysutils/metalog/Makefile index a9335ab75add..06b2cae83aeb 100644 --- a/sysutils/metalog/Makefile +++ b/sysutils/metalog/Makefile @@ -1,6 +1,6 @@ PORTNAME= metalog PORTVERSION= 3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME} @@ -17,6 +17,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre USES= pkgconfig tar:xz USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc PORTDOCS= AUTHORS NEWS README diff --git a/sysutils/metalog/pkg-plist b/sysutils/metalog/pkg-plist index ad798bf45027..d229db6a7161 100644 --- a/sysutils/metalog/pkg-plist +++ b/sysutils/metalog/pkg-plist @@ -1,4 +1,4 @@ -man/man5/metalog.conf.5.gz -man/man8/metalog.8.gz +share/man/man5/metalog.conf.5.gz +share/man/man8/metalog.8.gz sbin/metalog @sample etc/metalog.conf.sample