Skip to content

Commit

Permalink
dns/dnswalk: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 23, 2024
1 parent c7a265e commit 7e244d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dns/dnswalk/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dnswalk
PORTVERSION= 2.0.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= dns
MASTER_SITES= SF

Expand Down Expand Up @@ -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>
2 changes: 1 addition & 1 deletion dns/dnswalk/pkg-plist
@@ -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
Expand Down

0 comments on commit 7e244d3

Please sign in to comment.