aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-03-03 07:28:42 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-03-03 07:28:42 +0800
commitd08ee56d53b7689ef9d6766d7b96efaa35aa1c4e (patch)
treebeeafad7490ce46a168267e3fee3d1c4ac97890f /deskutils
parent2120f163392c16bd57ffdc4af4b48cf592df3b7b (diff)
downloadfreebsd-ports-d08ee56d53b7689ef9d6766d7b96efaa35aa1c4e.tar.gz
freebsd-ports-d08ee56d53b7689ef9d6766d7b96efaa35aa1c4e.tar.zst
freebsd-ports-d08ee56d53b7689ef9d6766d7b96efaa35aa1c4e.zip
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