Skip to content

Commit

Permalink
shells: Move manpages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
arrowd committed Mar 11, 2024
1 parent 70b2564 commit 0695da6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion shells/dash/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dash
PORTVERSION= 0.5.12
PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://gondor.apana.org.au/~herbert/dash/files/

Expand All @@ -11,14 +12,15 @@ 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

USES= cpe gmake

PLIST_FILES= bin/dash \
man/man1/dash.1.gz
share/man/man1/dash.1.gz
PORTDOCS= ChangeLog

OPTIONS_DEFINE= DOCS
Expand Down
2 changes: 2 additions & 0 deletions shells/rush/Makefile
@@ -1,5 +1,6 @@
PORTNAME= rush
DISTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= GNU

Expand All @@ -15,6 +16,7 @@ USES= cpe gettext-runtime gmake tar:xz
CPE_VENDOR= gnu

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

INFO= ${PORTNAME}

Expand Down
10 changes: 5 additions & 5 deletions shells/rush/pkg-plist
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 0695da6

Please sign in to comment.