git: 4285e092c110 - main - archivers/plzip: Moved man to share/man

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

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

commit 4285e092c11080eb69497019ed6540c6d748f755
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-20 21:37:35 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-20 22:09:26 +0000

    archivers/plzip: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 archivers/plzip/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/archivers/plzip/Makefile b/archivers/plzip/Makefile
index 6f7a0bd75f24..d5648dfbab7d 100644
--- a/archivers/plzip/Makefile
+++ b/archivers/plzip/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	plzip
 PORTVERSION=	1.11
+PORTREVISION=	1
 CATEGORIES=	archivers
 MASTER_SITES=	SAVANNAH/lzip/${PORTNAME}
 
@@ -12,12 +13,13 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	lzlib>=1.1:archivers/lzlib
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	CXXFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 INSTALL_TARGET=	install-strip
 INFO=		plzip
 
 PLIST_FILES=	bin/plzip \
-		man/man1/plzip.1.gz
+		share/man/man1/plzip.1.gz
 
 .include <bsd.port.mk>