aboutsummaryrefslogtreecommitdiff
path: root/lang/mosh
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 15:39:07 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 16:12:16 +0000
commit2286fdd5491f472772ef9bffc467d0ab5f88a6dc (patch)
tree89dfeb777b654df74e8faef52f2153ec12b31088 /lang/mosh
parent8ad924881b3d1d3f84ab7343cc92a96bbe600541 (diff)
downloadports-2286fdd5491f472772ef9bffc467d0ab5f88a6dc.tar.gz
ports-2286fdd5491f472772ef9bffc467d0ab5f88a6dc.zip
lang/mosh: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'lang/mosh')
-rw-r--r--lang/mosh/Makefile5
-rw-r--r--lang/mosh/pkg-plist4
2 files changed, 5 insertions, 4 deletions
diff --git a/lang/mosh/Makefile b/lang/mosh/Makefile
index 249d8a0f6978..d8e44f6e8c8a 100644
--- a/lang/mosh/Makefile
+++ b/lang/mosh/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mosh
PORTVERSION= 0.2.7
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= lang
MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mosh-scheme/
PKGNAMESUFFIX= -scheme
@@ -24,6 +24,7 @@ CONFLICTS_INSTALL= mosh-1.[0-9].*
USES= gmake ssl
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --datadir=${PREFIX}/lib
CFLAGS+= -I${LOCALBASE}/include
@@ -40,7 +41,7 @@ CONFIGURE_ENV+= MOSH_OPTS="-mmmx"
.endif
x-generate-plist: stage
- @(${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/man -name \
+ @(${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/share/man -name \
'*mosh*' ; ${FIND} ${STAGEDIR}${PREFIX}/lib/mosh -type f) \
| ${SORT} | ${SED} -e 's,^${STAGEDIR}${PREFIX}/,,' \
> pkg-plist.new
diff --git a/lang/mosh/pkg-plist b/lang/mosh/pkg-plist
index 5e4eb346338c..1c985690f949 100644
--- a/lang/mosh/pkg-plist
+++ b/lang/mosh/pkg-plist
@@ -283,5 +283,5 @@ lib/mosh/lib/yuni/util/messages.sls
lib/mosh/lib/yuni/util/tables.sls
lib/mosh/lib/yuni/util/tables/internal.sls
lib/mosh/lib/yuni/util/tables/scheme.sls
-man/man1/mosh.1.gz
-man/man1/mosh_config.1.gz
+share/man/man1/mosh.1.gz
+share/man/man1/mosh_config.1.gz