git: f8124e09d0af - main - net/honeyd: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Wed, 20 Mar 2024 17:15:19 UTC
The branch main has been updated by eduardo:

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

commit f8124e09d0af808182758cc0d5d6a3e65f87879b
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 14:54:33 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 17:15:02 +0000

    net/honeyd: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 net/honeyd/Makefile  | 3 ++-
 net/honeyd/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile
index 849ff0abfeab..4c9f498dd03d 100644
--- a/net/honeyd/Makefile
+++ b/net/honeyd/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	honeyd
 PORTVERSION=	1.5c
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	net
 MASTER_SITES=	http://www.honeyd.org/uploads/ \
 		http://www.citi.umich.edu/u/provos/honeyd/
@@ -22,6 +22,7 @@ USES=		libedit libtool shebangfix
 SHEBANG_FILES=	scripts/*.pl scripts/snmp/*.pl
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--with-libdnet=${LOCALBASE} \
 		--with-libevent=${LOCALBASE}
 
diff --git a/net/honeyd/pkg-plist b/net/honeyd/pkg-plist
index 39a42122b575..4081057fdea3 100644
--- a/net/honeyd/pkg-plist
+++ b/net/honeyd/pkg-plist
@@ -7,8 +7,6 @@ include/honeyd/hooks.h
 include/honeyd/plugins.h
 include/honeyd/plugins_config.h
 lib/honeyd/libhoneyd.so
-man/man1/honeydctl.1.gz
-man/man8/honeyd.8.gz
 %%DATADIR%%/README
 %%DATADIR%%/config.ethernet
 %%DATADIR%%/config.sample
@@ -60,3 +58,5 @@ man/man8/honeyd.8.gz
 %%DATADIR%%/scripts/kuang2.conf
 %%DATADIR%%/scripts/smtp.pl
 %%DATADIR%%/scripts/proxy.pl
+share/man/man1/honeydctl.1.gz
+share/man/man8/honeyd.8.gz