git: e9363f63597c - main - net-mgmt/nstat: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:21:41 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=e9363f63597c14aedcbc624a30cbd00900d8d444 commit e9363f63597c14aedcbc624a30cbd00900d8d444 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-29 08:10:45 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-29 08:10:46 +0000 net-mgmt/nstat: Move man page to share/man Approved by: portmgr (blanket) --- net-mgmt/nstat/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-mgmt/nstat/Makefile b/net-mgmt/nstat/Makefile index f7eb1190bf49..5d0272bce123 100644 --- a/net-mgmt/nstat/Makefile +++ b/net-mgmt/nstat/Makefile @@ -1,5 +1,6 @@ PORTNAME= nstat DISTVERSION= g20230601 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt @@ -19,11 +20,11 @@ GH_ACCOUNT= gallatin GH_TAGNAME= 8d9a10a PLIST_FILES= bin/nstat \ - man/man1/nstat.1.gz + share/man/man1/nstat.1.gz do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/nstat ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/nstat.1.gz ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/nstat.1.gz ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>