From 3806cf1dc00761df2cb5ceb6182deb1fb54d8b21 Mon Sep 17 00:00:00 2001 From: Chris Hutchinson Date: Mon, 26 Feb 2024 22:27:22 +0300 Subject: [PATCH] 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 a4b6b51824fe9..97e79cd8e5f99 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 diff --git a/net/trafshow/pkg-plist b/net/trafshow/pkg-plist index e08dbf9c2b4c1..f4e87ecbe241a 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