git: 751c585eeca0 - main - net/simpleproxy: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 10:32:40 UTC
The branch main has been updated by bofh:

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

commit 751c585eeca02276d1a1b4ed89ee8519450a7893
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 10:13:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 10:31:39 +0000

    net/simpleproxy: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net/simpleproxy/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/simpleproxy/Makefile b/net/simpleproxy/Makefile
index e02eef075e75..68731d430524 100644
--- a/net/simpleproxy/Makefile
+++ b/net/simpleproxy/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	simpleproxy
 PORTVERSION=	3.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	SF
 
@@ -9,7 +9,8 @@ COMMENT=	Simple TCP proxy
 WWW=		http://www.crocodile.org/software.html
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
-PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES=	bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
 
 .include <bsd.port.mk>