mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
dns/dnswalk: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
c7a265e04c
commit
7e244d3f48
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= dnswalk
|
||||
PORTVERSION= 2.0.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -28,7 +28,7 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/README \
|
||||
${WRKSRC}/dnswalk.errors \
|
||||
${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/dnswalk.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/dnswalk.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/dnswalk ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
bin/dnswalk
|
||||
man/man1/dnswalk.1.gz
|
||||
share/man/man1/dnswalk.1.gz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/do-dnswalk
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/makereports
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sendreports
|
||||
|
|
Loading…
Add table
Reference in a new issue