summaryrefslogtreecommitdiff
path: root/net-mgmt/mtrace
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 12:17:51 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-20 13:19:31 +0000
commit532837140ce0ca92ab89a30c74158f56ea13a2ab (patch)
tree16257a3637d67f40ba8fc25a6c17c5d7b46d487a /net-mgmt/mtrace
parentnet-mgmt/mdata-client: Move man pages to share/man (diff)
net-mgmt/mtrace: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'net-mgmt/mtrace')
-rw-r--r--net-mgmt/mtrace/Makefile6
1 files 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>