git: 7e244d3f48af - main - dns/dnswalk: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 15:40:09 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e244d3f48afda4ec44ec2bcc6de803bde5e575c commit 7e244d3f48afda4ec44ec2bcc6de803bde5e575c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 15:17:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 15:17:26 +0000 dns/dnswalk: Moved man to share/man Approved by: portmgr (blanket) --- dns/dnswalk/Makefile | 4 ++-- dns/dnswalk/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dns/dnswalk/Makefile b/dns/dnswalk/Makefile index 08a94aa3e761..9933eb971c36 100644 --- a/dns/dnswalk/Makefile +++ b/dns/dnswalk/Makefile @@ -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> diff --git a/dns/dnswalk/pkg-plist b/dns/dnswalk/pkg-plist index bc349364c423..9d7c38e5903e 100644 --- a/dns/dnswalk/pkg-plist +++ b/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