1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Due to the way the Portuguese ISO-8859-* files were named, they were not

installed on FreeBSD. Therefore provide message catalogues according to
out naming scheme to include these files in the build.

Approved by:	antoine (implicit)
This commit is contained in:
Stefan Eßer 2020-01-23 08:08:27 +00:00
parent eaf1b31cc4
commit ef6c1e5e40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523902
2 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,10 @@ CFLAGS+= --std=c99
CONFLICTS_INSTALL= gnubc-[0-9]*
post-extract:
for f in ${WRKSRC}/locales/*.ISO-8859-*; do \
${LN} $${f} $$(echo $${f} | ${SED} -e 's/ISO-8859/ISO8859/'); \
done
pre-build:
${INSTALL_SCRIPT} ${WRKSRC}/gen/strgen.sh ${WRKSRC}/gen/strgen

View File

@ -47,5 +47,8 @@ share/nls/fr_CH.UTF-8/bc.cat
share/nls/fr_FR.ISO8859-1/bc.cat
share/nls/fr_FR.ISO8859-15/bc.cat
share/nls/fr_FR.UTF-8/bc.cat
share/nls/pt_BR.ISO8859-1/bc.cat
share/nls/pt_BR.UTF-8/bc.cat
share/nls/pt_PT.ISO8859-1/bc.cat
share/nls/pt_PT.ISO8859-15/bc.cat
share/nls/pt_PT.UTF-8/bc.cat