summaryrefslogtreecommitdiffstats
path: root/share/msgdef/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/msgdef/Makefile')
-rw-r--r--share/msgdef/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index fd9a7e7..6dcd69e 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -53,6 +53,7 @@ DE_LINKS= de_AT de_CH
CZ_LINKS= sk_SK
IT_LINKS= it_CH
NL_LINKS= nl_BE
+PT_LINKS= pt_BR
.SUFFIXES: .src .out
@@ -108,6 +109,10 @@ afterinstall:
ln -sf ../cs_CZ.ISO8859-2/LC_MESSAGES \
${LOCALEDIR}/${link}.ISO8859-2/LC_MESSAGES
.endfor
+.for link in ${PT_LINKS}
+ ln -sf ../pt_PT.ISO8859-1/LC_MESSAGES \
+ ${LOCALEDIR}/${link}.ISO8859-1/LC_MESSAGES
+.endfor
.for link in ${ASCIILINKS}
ln -sf ../${link}.ISO8859-1/LC_MESSAGES \
${LOCALEDIR}/${link}.US-ASCII/LC_MESSAGES
OpenPOWER on IntegriCloud