aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 17:09:04 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 17:58:25 +0000
commitb7996b2094d7bce9ba5db619e16f0e658113956d (patch)
tree9376adfb246733964405ef230c16a6b96b30234a
parentb4b2be9b012676f8d7ce15a63a2c8732f6153b94 (diff)
downloadports-b7996b2094d7bce9ba5db619e16f0e658113956d.tar.gz
ports-b7996b2094d7bce9ba5db619e16f0e658113956d.zip
emulators/elliott-803: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--emulators/elliott-803/Makefile3
-rw-r--r--emulators/elliott-803/pkg-plist2
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