summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-03-02 23:28:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-03-02 23:28:42 +0000
commitd08ee56d53b7689ef9d6766d7b96efaa35aa1c4e (patch)
treebeeafad7490ce46a168267e3fee3d1c4ac97890f /deskutils
parentAdd twander, a macro-configurable file manager written in Python. (diff)
Create locale dirs.
Reported by: bento
Notes
Notes: svn path=/head/; revision=76769
Diffstat (limited to 'deskutils')
-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