Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Feb 2024 17:58:52 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b7996b2094d7 - main - emulators/elliott-803: Moved man to share/man
Message-ID:  <202402231758.41NHwqhv018939@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231758.41NHwqhv018939>