aboutsummaryrefslogtreecommitdiff
path: root/security/clamtk
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-08-10 08:36:30 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-08-10 08:36:30 +0000
commitfe1f040f26c4d5c32174f3583cd6bbd24ed4b61d (patch)
tree8dc0e29ce9047ecf355ce689a1b26abb746cf605 /security/clamtk
parent315a42e824b393138075edcaf4d05aeff3e935fa (diff)
downloadports-fe1f040f26c4d5c32174f3583cd6bbd24ed4b61d.tar.gz
ports-fe1f040f26c4d5c32174f3583cd6bbd24ed4b61d.zip
Notes
Diffstat (limited to 'security/clamtk')
-rw-r--r--security/clamtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamtk/Makefile b/security/clamtk/Makefile
index 5e3f32ceca5a..02705fe34e45 100644
--- a/security/clamtk/Makefile
+++ b/security/clamtk/Makefile
@@ -39,7 +39,7 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications/
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps/
@cd ${WRKSRC}/po/&&for i in *.mo;do\
- ${MKDIR} ${PREFIX}/share/locale/$${i%.mo};\
+ ${MKDIR} ${PREFIX}/share/locale/$${i%.mo}/LC_MESSAGES/;\
${INSTALL_DATA} $$i ${PREFIX}/share/locale/$${i%.mo}/LC_MESSAGES/${PORTNAME}.mo;\
done
.ifndef NOPORTDOCS