From 54b9e106cf05be9e08adc56a24f4d9e901bf204c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Mon, 6 Jul 2020 18:36:35 +0000 Subject: [PATCH] Add es_ES.ISO8859-15 message catalog. --- math/gh-bc/Makefile | 1 + math/gh-bc/pkg-plist | 1 + 2 files changed, 2 insertions(+) diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile index 3508d4d667e0..accc684bec74 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -30,6 +30,7 @@ CONFLICTS_INSTALL= gnubc-[0-9]* pre-build: ${INSTALL_SCRIPT} ${WRKSRC}/gen/strgen.sh ${WRKSRC}/gen/strgen iconv -f UTF-8 -t ISO8859-1 ${WRKSRC}/locales/es_ES.UTF-8.msg > ${WRKSRC}/locales/es_ES.ISO8859-1.msg + ${LN} ${WRKSRC}/locales/es_ES.ISO8859-1.msg ${WRKSRC}/locales/es_ES.ISO8859-15.msg do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/bc ${STAGEDIR}${PREFIX}/bin/ diff --git a/math/gh-bc/pkg-plist b/math/gh-bc/pkg-plist index ea83592a4c01..adc7377f7a05 100644 --- a/math/gh-bc/pkg-plist +++ b/math/gh-bc/pkg-plist @@ -36,6 +36,7 @@ share/nls/en_US.ISO8859-15/bc.cat share/nls/en_US.US-ASCII/bc.cat share/nls/en_US.UTF-8/bc.cat share/nls/es_ES.ISO8859-1/bc.cat +share/nls/es_ES.ISO8859-15/bc.cat share/nls/es_ES.UTF-8/bc.cat share/nls/fr_BE.ISO8859-1/bc.cat share/nls/fr_BE.ISO8859-15/bc.cat