git: cf4a20a48281 - main - graphics/seejpeg: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 11:20:33 UTC
The branch main has been updated by bofh:

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

commit cf4a20a48281bb9956aec03f2c5b32591c7877f3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 10:41:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 11:18:55 +0000

    graphics/seejpeg: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/seejpeg/Makefile             | 4 ++--
 graphics/seejpeg/files/patch-Makefile | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/graphics/seejpeg/Makefile b/graphics/seejpeg/Makefile
index 536676d1075e..23252ae6e4b1 100644
--- a/graphics/seejpeg/Makefile
+++ b/graphics/seejpeg/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	seejpeg
 PORTVERSION=	1.10
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	SUNSITE/apps/graphics/viewers/svga
 
@@ -15,6 +15,6 @@ ALL_TARGET=	seejpeg
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PLIST_FILES=	bin/seejpeg man/man1/seejpeg.1.gz
+PLIST_FILES=	bin/seejpeg share/man/man1/seejpeg.1.gz
 
 .include <bsd.port.mk>
diff --git a/graphics/seejpeg/files/patch-Makefile b/graphics/seejpeg/files/patch-Makefile
index 3c4090902439..d643eec7fa41 100644
--- a/graphics/seejpeg/files/patch-Makefile
+++ b/graphics/seejpeg/files/patch-Makefile
@@ -7,7 +7,7 @@
 -BIN=	/usr/local/bin
 -MAN=	/usr/local/man/man1
 +BIN=	${LOCALBASE}/bin
-+MAN=	${LOCALBASE}/man/man1
++MAN=	${LOCALBASE}/share/man/man1
  
  # See the README for a description of these options.
  #OPTIONS= -DNO_32K_CASCADE -DTESTMODE=G640x480x32K -DBUG_WORKAROUND -DONLY_1_8_MODES