shells: Move manpages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Gleb Popov 2024-03-11 23:25:22 +03:00
parent 70b256445c
commit 0695da6953
3 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= dash
PORTVERSION= 0.5.12
PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/
@ -11,6 +12,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
# SIGRTMAX is larger than NSIG*2 which mksignames.c does not support. Just
# disable RT signal handling.
CFLAGS+= -DUNUSABLE_RT_SIGNALS
@ -18,7 +20,7 @@ CFLAGS+= -DUNUSABLE_RT_SIGNALS
USES= cpe gmake
PLIST_FILES= bin/dash \
man/man1/dash.1.gz
share/man/man1/dash.1.gz
PORTDOCS= ChangeLog
OPTIONS_DEFINE= DOCS

View File

@ -1,5 +1,6 @@
PORTNAME= rush
DISTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= GNU
@ -15,6 +16,7 @@ USES= cpe gettext-runtime gmake tar:xz
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INFO= ${PORTNAME}

View File

@ -2,11 +2,6 @@ bin/rush-po
bin/rushlast
bin/rushwho
etc/rush.rc
man/man1/rush-po.1.gz
man/man1/rushlast.1.gz
man/man1/rushwho.1.gz
man/man5/rush.rc.5.gz
man/man8/rush.8.gz
sbin/rush
share/locale/da/LC_MESSAGES/rush.mo
share/locale/de/LC_MESSAGES/rush.mo
@ -22,3 +17,8 @@ share/locale/sv/LC_MESSAGES/rush.mo
share/locale/uk/LC_MESSAGES/rush.mo
share/locale/vi/LC_MESSAGES/rush.mo
share/locale/zh_CN/LC_MESSAGES/rush.mo
share/man/man1/rush-po.1.gz
share/man/man1/rushlast.1.gz
share/man/man1/rushwho.1.gz
share/man/man5/rush.rc.5.gz
share/man/man8/rush.8.gz