summaryrefslogtreecommitdiff
path: root/security
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
parent- Deprecated, project abandoned (diff)
- Fix locale directory creation to allow install on a clean system
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=197411
Diffstat (limited to 'security')
-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