mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
shells/bash: Move manpages to share/man
This commit is contained in:
parent
81446b12e4
commit
d11724f346
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= bash
|
||||
PATCHLEVEL= 26
|
||||
PORTVERSION= 5.2.${PATCHLEVEL:S/^0//g}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= GNU
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
|
||||
|
@ -76,6 +77,9 @@ STANDARD_PATH= /sbin:/bin:/usr/sbin:/usr/bin
|
|||
CPPFLAGS+= -DDEFAULT_PATH_VALUE='\"${STANDARD_PATH}:${LOCALBASE}/sbin:${LOCALBASE}/bin\"' \
|
||||
-DSTANDARD_UTILS_PATH='\"${STANDARD_PATH}\"'
|
||||
|
||||
# remove after manprefix migration
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
|
||||
post-patch:
|
||||
# Ensure y.tab.c is regenerated
|
||||
${TOUCH} ${WRKSRC}/parse.y
|
||||
|
|
|
@ -100,8 +100,8 @@ bin/bashbug
|
|||
%%NO_STATIC%%lib/bash/unlink
|
||||
%%NO_STATIC%%lib/bash/whoami
|
||||
%%NO_STATIC%%libdata/pkgconfig/bash.pc
|
||||
man/man1/bash.1.gz
|
||||
man/man1/bashbug.1.gz
|
||||
share/man/man1/bash.1.gz
|
||||
share/man/man1/bashbug.1.gz
|
||||
%%NLS%%share/locale/af/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/bash.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/bash.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue