Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 10:53:01 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8e9fd7037da1 - main - sysutils/rsyslog8: clean up manpages
Message-ID:  <202401271053.40RAr1Up080404@gitrepo.freebsd.org>

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

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

commit 8e9fd7037da192402331e8b771fe62e096d98a54
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2024-01-21 13:33:00 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-01-27 10:52:25 +0000

    sysutils/rsyslog8: clean up manpages
    
    Track impending changes to autotools.
    
    Approved by:    portmgr (blanket)
---
 sysutils/rsyslog8/Makefile  | 2 ++
 sysutils/rsyslog8/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sysutils/rsyslog8/Makefile b/sysutils/rsyslog8/Makefile
index 5b93e3a24ff3..bebbc8c3cb32 100644
--- a/sysutils/rsyslog8/Makefile
+++ b/sysutils/rsyslog8/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rsyslog
 PORTVERSION=	8.2312.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsyslog.com/files/download/rsyslog/
 
@@ -121,6 +122,7 @@ CFLAGS+=	-I${LOCALBASE}/include
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 INSTALL_TARGET=	install-strip
 
 .ifdef WITH_DEBUG
diff --git a/sysutils/rsyslog8/pkg-plist b/sysutils/rsyslog8/pkg-plist
index 5df83aa104ff..211630a62783 100644
--- a/sysutils/rsyslog8/pkg-plist
+++ b/sysutils/rsyslog8/pkg-plist
@@ -25,6 +25,6 @@ lib/rsyslog/omstdout.so
 lib/rsyslog/omtesting.so
 lib/rsyslog/omuxsock.so
 lib/rsyslog/pmciscoios.so
-man/man5/rsyslog.conf.5.gz
-man/man8/rsyslogd.8.gz
+share/man/man5/rsyslog.conf.5.gz
+share/man/man8/rsyslogd.8.gz
 sbin/rsyslogd



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