diff options
author | Chris Hutchinson <portmaster@bsdforge.com> | 2024-02-26 19:27:22 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-02-26 19:27:48 +0000 |
commit | 3806cf1dc00761df2cb5ceb6182deb1fb54d8b21 (patch) | |
tree | cf269767196c3eb42bac810f28df9971d43fb920 | |
parent | 22efd1da17b519ac2ff1de4db1f823b75e898d51 (diff) | |
download | ports-3806cf1dc00761df2cb5ceb6182deb1fb54d8b21.tar.gz ports-3806cf1dc00761df2cb5ceb6182deb1fb54d8b21.zip |
net/trafshow: Move manpages to share/man
PR: 277322
-rw-r--r-- | net/trafshow/Makefile | 4 | ||||
-rw-r--r-- | 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 |