diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-29 01:20:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-29 01:20:08 +0000 |
commit | 420997868ef26457148bf2fe5f97e7fc511e7a0b (patch) | |
tree | db02772a32086657547c2b9c8f39a77c7a3c0def /deskutils/gdeskcal/Makefile | |
parent | 1164fac5fd6a382d45bb81820c3993dad00b00ec (diff) | |
download | ports-420997868ef26457148bf2fe5f97e7fc511e7a0b.tar.gz ports-420997868ef26457148bf2fe5f97e7fc511e7a0b.zip |
update for gdeskcal to 0.33,
PR: ports/50341
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Notes
Notes:
svn path=/head/; revision=77665
Diffstat (limited to 'deskutils/gdeskcal/Makefile')
-rw-r--r-- | deskutils/gdeskcal/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/deskutils/gdeskcal/Makefile b/deskutils/gdeskcal/Makefile index 4ee01d32b782..37759cb8d030 100644 --- a/deskutils/gdeskcal/Makefile +++ b/deskutils/gdeskcal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdeskcal -PORTVERSION= 0.30 +PORTVERSION= 0.33 CATEGORIES= deskutils python gnome MASTER_SITES= http://www.pycage.de/download/ DISTNAME= gDeskCal-${PORTVERSION:S/./_/} @@ -38,9 +38,8 @@ do-install: ${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 + +.for i in ar 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 |