summaryrefslogtreecommitdiffstats
path: root/deskutils/gdeskcal
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-03-02 23:28:42 +0000
committermarcus <marcus@FreeBSD.org>2003-03-02 23:28:42 +0000
commitccae06c0314f31157c28a48eb3e16e93fa4184fc (patch)
tree780c8538cdb525b71e89bfd41dea6f870cc1bd55 /deskutils/gdeskcal
parente75108d36b9f67fba5c19f6ba698563651b41750 (diff)
downloadFreeBSD-ports-ccae06c0314f31157c28a48eb3e16e93fa4184fc.zip
FreeBSD-ports-ccae06c0314f31157c28a48eb3e16e93fa4184fc.tar.gz
Create locale dirs.
Reported by: bento
Diffstat (limited to 'deskutils/gdeskcal')
-rw-r--r--deskutils/gdeskcal/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/gdeskcal/Makefile b/deskutils/gdeskcal/Makefile
index 9bf0ccd..4ee01d3 100644
--- a/deskutils/gdeskcal/Makefile
+++ b/deskutils/gdeskcal/Makefile
@@ -37,9 +37,11 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/gdeskcal \
${PREFIX}/share/gnome/gdeskcal
+ ${MKDIR} ${PREFIX}/share/locale/ar/LC_MESSAGES
${INSTALL_DATA} ${WRKSRC}/locale/ar_AE/LC_MESSAGES/gdeskcal.mo \
${PREFIX}/share/locale/ar/LC_MESSAGES
.for i in cs de el es fr he hu it ja nl ru tr zh_CN
+ ${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES
${INSTALL_DATA} ${WRKSRC}/locale/${i}/LC_MESSAGES/gdeskcal.mo \
${PREFIX}/share/locale/${i}/LC_MESSAGES
.endfor
OpenPOWER on IntegriCloud