git: 523156572633 - main - graphics/jpgtn: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sat, 09 Mar 2024 12:58:49 UTC
The branch main has been updated by eduardo:

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

commit 5231565726332adf892e6aa820c9eb229ae9df8c
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 12:02:45 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 12:58:24 +0000

    graphics/jpgtn: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/jpgtn/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/jpgtn/Makefile b/graphics/jpgtn/Makefile
index c65fa58b21bb..d73b0967a090 100644
--- a/graphics/jpgtn/Makefile
+++ b/graphics/jpgtn/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	jpgtn
 PORTVERSION=	2.06
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics
 MASTER_SITES=	SF SUNSITE/apps/graphics/misc
 
@@ -13,10 +13,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		jpeg
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--with-libjpeg=${LOCALBASE}
 
 PLIST_FILES=	bin/jpgtn \
-		man/man1/jpgtn.1.gz
+		share/man/man1/jpgtn.1.gz
 
 WITH_MAXSIZE?=	2048
 WITH_MINSIZE?=	1