git: 19e8cdb72411 - main - net/tcplog_dumper: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:21:49 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=19e8cdb72411a8db0c45ad1a8815d85ad52b85d7 commit 19e8cdb72411a8db0c45ad1a8815d85ad52b85d7 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-29 08:13:07 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-29 08:13:07 +0000 net/tcplog_dumper: Move man page to share/man Approved by: portmgr (blanket) --- net/tcplog_dumper/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/tcplog_dumper/Makefile b/net/tcplog_dumper/Makefile index de16c33369d4..c352b1420019 100644 --- a/net/tcplog_dumper/Makefile +++ b/net/tcplog_dumper/Makefile @@ -1,7 +1,7 @@ PORTNAME= tcplog_dumper PORTVERSION= 0.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= olivier@FreeBSD.org @@ -20,11 +20,11 @@ GH_ACCOUNT= Netflix USE_RC_SUBR= tcplog_dumper PLIST_FILES= sbin/tcplog_dumper \ - man/man1/tcplog_dumper.1.gz + share/man/man1/tcplog_dumper.1.gz do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKSRC}/tcplog_dumper ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/tcplog_dumper.1.gz ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/tcplog_dumper.1.gz ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>