git: b89e1c4cb624 - main - net-mgmt/nbtscan: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:19:36 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b89e1c4cb624ed0410c73b5c01a4df3d8bafbec4 commit b89e1c4cb624ed0410c73b5c01a4df3d8bafbec4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:28:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:39 +0000 net-mgmt/nbtscan: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) --- net-mgmt/nbtscan/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-mgmt/nbtscan/Makefile b/net-mgmt/nbtscan/Makefile index 36ebecf2edcb..8ebd3aaa1592 100644 --- a/net-mgmt/nbtscan/Makefile +++ b/net-mgmt/nbtscan/Makefile @@ -12,9 +12,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/nbtscan \ - man/man1/nbtscan.1.gz + share/man/man1/nbtscan.1.gz PORTDOCS= README.md GH_ACCOUNT= resurrecting-open-source-projects