Skip to content

Commit

Permalink
lang/mosh: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent 8ad9248 commit 2286fdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions 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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lang/mosh/pkg-plist
Expand Up @@ -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

0 comments on commit 2286fdd

Please sign in to comment.