Date: Mon, 26 Feb 2024 19:28:44 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: 3806cf1dc007 - main - net/trafshow: Move manpages to share/man Message-ID: <202402261928.41QJSi20019814@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=3806cf1dc00761df2cb5ceb6182deb1fb54d8b21 commit 3806cf1dc00761df2cb5ceb6182deb1fb54d8b21 Author: Chris Hutchinson <portmaster@bsdforge.com> AuthorDate: 2024-02-26 19:27:22 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-02-26 19:27:48 +0000 net/trafshow: Move manpages to share/man PR: 277322 --- net/trafshow/Makefile | 4 ++-- net/trafshow/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index a4b6b51824fe..97e79cd8e5f9 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -1,6 +1,6 @@ PORTNAME= trafshow PORTVERSION= 5.2.3 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= https://src.fedoraproject.org/rpms/trafshow/blob/f32/f/ \ @@ -28,7 +28,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/.trafshow ${STAGEDIR}${PREFIX}/etc/trafshow.dist .include <bsd.port.mk> diff --git a/net/trafshow/pkg-plist b/net/trafshow/pkg-plist index e08dbf9c2b4c..f4e87ecbe241 100644 --- a/net/trafshow/pkg-plist +++ b/net/trafshow/pkg-plist @@ -1,3 +1,3 @@ bin/trafshow @sample etc/trafshow.dist etc/trafshow -man/man1/trafshow.1.gz +share/man/man1/trafshow.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402261928.41QJSi20019814>