git: 3b0186e418b1 - main - textproc/qprint: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 12:36:16 UTC
The branch main has been updated by bofh:

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

commit 3b0186e418b1d49a7912a3eb683faf6669d66c1d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 11:41:22 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 12:35:18 +0000

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

diff --git a/textproc/qprint/Makefile b/textproc/qprint/Makefile
index ba136afb65ee..791b6532abbc 100644
--- a/textproc/qprint/Makefile
+++ b/textproc/qprint/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qprint
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	https://www.fourmilab.ch/webtools/qprint/
 
@@ -14,12 +15,12 @@ GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=yes
 
 PLIST_FILES=	bin/qprint \
-		man/man1/qprint.1.gz
+		share/man/man1/qprint.1.gz
 
 ALL_TARGET=	prog check wringer
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/qprint ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/qprint.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/qprint.1 ${STAGEDIR}${PREFIX}/share/man/man1
 
 .include <bsd.port.mk>