aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-03-03 07:28:42 +0800
committermarcus <marcus@FreeBSD.org>2003-03-03 07:28:42 +0800
commitccae06c0314f31157c28a48eb3e16e93fa4184fc (patch)
tree780c8538cdb525b71e89bfd41dea6f870cc1bd55
parente75108d36b9f67fba5c19f6ba698563651b41750 (diff)
downloadfreebsd-ports-gnome-ccae06c0314f31157c28a48eb3e16e93fa4184fc.tar.gz
freebsd-ports-gnome-ccae06c0314f31157c28a48eb3e16e93fa4184fc.tar.zst
freebsd-ports-gnome-ccae06c0314f31157c28a48eb3e16e93fa4184fc.zip
Create locale dirs.
Reported by: bento
-rw-r--r--deskutils/gdeskcal/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/gdeskcal/Makefile b/deskutils/gdeskcal/Makefile
index 9bf0ccd9f2a8..4ee01d32b782 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