diff options
Diffstat (limited to 'security/clamtk/Makefile')
-rw-r--r-- | security/clamtk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/clamtk/Makefile b/security/clamtk/Makefile index 7bbf6c89ad4e..63109dfdf64e 100644 --- a/security/clamtk/Makefile +++ b/security/clamtk/Makefile @@ -6,8 +6,7 @@ # PORTNAME= clamtk -PORTVERSION= 4.23 -PORTREVISION= 1 +PORTVERSION= 4.24 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/ClamTk/${PORTVERSION} @@ -48,7 +47,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.xpm ${PREFIX}/share/pixmaps -.for lang in ar bg cs da de el_GR en_GB es fr gl he hr hu it ja ko ms nb nl nl_BE nn pl pt_BR ro ru sk sl sv tr zh_CN +.for lang in ar bg cs da de el_GR en_GB es fr gl he hr hu it ja ko ms nb nl nl_BE nn pl pt_BR ro ru sk sl sv th tr zh_CN @${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \ ${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo |