git: 6a03e2e43750 - main - textproc/l2a: Moved man to share/man

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

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

commit 6a03e2e4375024e2b00c97603dc1a08b61dece6a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 07:54:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 07:54:58 +0000

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

diff --git a/textproc/l2a/Makefile b/textproc/l2a/Makefile
index 8c5bf569dd32..d7eec1d445cd 100644
--- a/textproc/l2a/Makefile
+++ b/textproc/l2a/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	l2a
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://hannemyr.com/enjoy/
 DISTNAME=	l2a
@@ -13,6 +14,6 @@ USES=		zip
 NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/l2a \
-		man/man1/l2a.1.gz
+		share/man/man1/l2a.1.gz
 
 .include <bsd.port.mk>
diff --git a/textproc/l2a/files/patch-Makefile b/textproc/l2a/files/patch-Makefile
index 5e2e2b7d1462..98ac7b2a25d3 100644
--- a/textproc/l2a/files/patch-Makefile
+++ b/textproc/l2a/files/patch-Makefile
@@ -16,7 +16,7 @@
 -BINDIR	= /local/bin
 -MANDIR	= /local/man
 +BINDIR	= ${PREFIX}/bin
-+MANDIR	= ${PREFIX}/man
++MANDIR	= ${PREFIX}/share/man
  
  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  #                         END OF  CUSTOMIZATION SECTION