git: 532837140ce0 - main - net-mgmt/mtrace: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 13:19:54 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=532837140ce0ca92ab89a30c74158f56ea13a2ab commit 532837140ce0ca92ab89a30c74158f56ea13a2ab Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 12:17:51 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 13:19:31 +0000 net-mgmt/mtrace: Move man pages to share/man Approved by: portmgr (blanket) --- net-mgmt/mtrace/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-mgmt/mtrace/Makefile b/net-mgmt/mtrace/Makefile index 09b84c4e8e30..9ad59c833e9f 100644 --- a/net-mgmt/mtrace/Makefile +++ b/net-mgmt/mtrace/Makefile @@ -1,6 +1,6 @@ PORTNAME= mtrace PORTVERSION= 5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -9,10 +9,10 @@ COMMENT= Multicast traceroute program for IPv4 WWW= https://sourceforge.net/projects/mtrace/ ALL_TARGET= mtrace -PLIST_FILES= sbin/mtrace man/man8/mtrace.8.gz +PLIST_FILES= sbin/mtrace share/man/man8/mtrace.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mtrace ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/mtrace.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/mtrace.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include <bsd.port.mk>