git: 904ea5f30f94 - main - net/trafshow3: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 10:32:53 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=904ea5f30f94aea446498d3992195d046de9a08c commit 904ea5f30f94aea446498d3992195d046de9a08c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 10:26:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 10:31:48 +0000 net/trafshow3: Moved man to share/man Approved by: portmgr (blanket) --- net/trafshow3/Makefile | 4 ++-- net/trafshow3/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index 727cdda98024..e27aff66c123 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -1,6 +1,6 @@ PORTNAME= trafshow PORTVERSION= 3.1 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= LOCAL/sem @@ -26,7 +26,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${STAGEDIR}${PREFIX}/bin/trafshow3 - ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${STAGEDIR}${PREFIX}/man/man1/trafshow3.1 + ${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${STAGEDIR}${PREFIX}/share/man/man1/trafshow3.1 ${INSTALL_DATA} ${WRKSRC}/.trafshow ${STAGEDIR}${PREFIX}/etc/trafshow3.sample .include <bsd.port.mk> diff --git a/net/trafshow3/pkg-plist b/net/trafshow3/pkg-plist index 2abb3632e6a3..85b308d7e949 100644 --- a/net/trafshow3/pkg-plist +++ b/net/trafshow3/pkg-plist @@ -1,3 +1,3 @@ bin/trafshow3 -man/man1/trafshow3.1.gz +share/man/man1/trafshow3.1.gz @sample etc/trafshow3.sample