mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/mtrace: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
42ce3331f1
commit
532837140c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= mtrace
|
PORTNAME= mtrace
|
||||||
PORTVERSION= 5.2
|
PORTVERSION= 5.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -9,10 +9,10 @@ COMMENT= Multicast traceroute program for IPv4
|
||||||
WWW= https://sourceforge.net/projects/mtrace/
|
WWW= https://sourceforge.net/projects/mtrace/
|
||||||
|
|
||||||
ALL_TARGET= 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:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/mtrace ${STAGEDIR}${PREFIX}/sbin
|
${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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue