git: b7996b2094d7 - main - emulators/elliott-803: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 23 Feb 2024 17:58:52 UTC
The branch main has been updated by bofh:

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

commit b7996b2094d7bce9ba5db619e16f0e658113956d
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 17:09:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 17:58:25 +0000

    emulators/elliott-803: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 emulators/elliott-803/Makefile  | 3 ++-
 emulators/elliott-803/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/emulators/elliott-803/Makefile b/emulators/elliott-803/Makefile
index 8d4bfc3bc062..04cb7ad29ed0 100644
--- a/emulators/elliott-803/Makefile
+++ b/emulators/elliott-803/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	elliott-803
 PORTVERSION=	0.1.11
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	emulators
 
@@ -11,7 +12,7 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		compiler:c++17-lang ncurses
-MAKE_ARGS+=	DATADIR="${DATADIR}" PREFIX="${PREFIX}" VERSION="${PKGVERSION}"
+MAKE_ARGS+=	DATADIR="${DATADIR}" PREFIX="${PREFIX}" VERSION="${PKGVERSION}" MAN1_DIR="${STAGEDIR}/${PREFIX}/share/man/man1"
 MAKE_ENV+=	LC_ALL=en_US.UTF-8
 
 USE_GITHUB=	yes
diff --git a/emulators/elliott-803/pkg-plist b/emulators/elliott-803/pkg-plist
index 832a2fbf3b3a..eb3a517c288c 100644
--- a/emulators/elliott-803/pkg-plist
+++ b/emulators/elliott-803/pkg-plist
@@ -1,5 +1,5 @@
 bin/emu803
-man/man1/emu803.1.gz
+share/man/man1/emu803.1.gz
 %%DATADIR%%/Algol60-Samples/cogs.a60
 %%DATADIR%%/Algol60-Samples/cogs.script
 %%DATADIR%%/Algol60-Samples/fib.a60