summaryrefslogtreecommitdiff
path: root/share/msgdef
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2002-04-05 15:03:13 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2002-04-05 15:03:13 +0000
commit8118280958448234e109c1fb0f637e97c466a034 (patch)
tree08dd54eb40e64a57dc1512606906b55db658b6e6 /share/msgdef
parentc1222b7e56d595d3666bfe4c2ba44ee95e44c13a (diff)
Notes
Diffstat (limited to 'share/msgdef')
-rw-r--r--share/msgdef/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index fd9a7e76d979..6dcd69e1d03f 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