Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2024 15:19:20 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d4126260b100 - main - net/arp-scan: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
Message-ID:  <202402211519.41LFJKLG016994@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d4126260b100b8086ef2aee0cecca35c4a3559ee

commit d4126260b100b8086ef2aee0cecca35c4a3559ee
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:27:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:06:36 +0000

    net/arp-scan: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104)
---
 net/arp-scan/Makefile  | 1 +
 net/arp-scan/pkg-plist | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net/arp-scan/Makefile b/net/arp-scan/Makefile
index 1e8b33c6b639..aee2560f78c3 100644
--- a/net/arp-scan/Makefile
+++ b/net/arp-scan/Makefile
@@ -12,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		autoreconf
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes
diff --git a/net/arp-scan/pkg-plist b/net/arp-scan/pkg-plist
index 450c69a54f67..d86bb7929891 100644
--- a/net/arp-scan/pkg-plist
+++ b/net/arp-scan/pkg-plist
@@ -2,8 +2,8 @@ bin/arp-fingerprint
 bin/arp-scan
 bin/get-oui
 etc/arp-scan/mac-vendor.txt
-man/man1/arp-fingerprint.1.gz
-man/man1/arp-scan.1.gz
-man/man1/get-oui.1.gz
-man/man5/mac-vendor.5.gz
 %%DATADIR%%/ieee-oui.txt
+share/man/man1/arp-fingerprint.1.gz
+share/man/man1/arp-scan.1.gz
+share/man/man1/get-oui.1.gz
+share/man/man5/mac-vendor.5.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211519.41LFJKLG016994>