diff options
author | marcus <marcus@FreeBSD.org> | 2003-03-02 23:28:42 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-03-02 23:28:42 +0000 |
commit | ccae06c0314f31157c28a48eb3e16e93fa4184fc (patch) | |
tree | 780c8538cdb525b71e89bfd41dea6f870cc1bd55 | |
parent | e75108d36b9f67fba5c19f6ba698563651b41750 (diff) | |
download | FreeBSD-ports-ccae06c0314f31157c28a48eb3e16e93fa4184fc.zip FreeBSD-ports-ccae06c0314f31157c28a48eb3e16e93fa4184fc.tar.gz |
Create locale dirs.
Reported by: bento
-rw-r--r-- | deskutils/gdeskcal/Makefile | 2 |
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 |