diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-02 23:28:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-02 23:28:42 +0000 |
commit | d08ee56d53b7689ef9d6766d7b96efaa35aa1c4e (patch) | |
tree | beeafad7490ce46a168267e3fee3d1c4ac97890f | |
parent | 2120f163392c16bd57ffdc4af4b48cf592df3b7b (diff) | |
download | ports-d08ee56d53b7689ef9d6766d7b96efaa35aa1c4e.tar.gz ports-d08ee56d53b7689ef9d6766d7b96efaa35aa1c4e.zip |
Notes
-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 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 |