diff options
author | sat <sat@FreeBSD.org> | 2007-08-10 16:36:30 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-10 16:36:30 +0800 |
commit | f6b9a4b5a25096e3c0f569156f7472070a9fa37a (patch) | |
tree | 88a79b9022e0316a16746c37642473c6c74a1fb2 /security | |
parent | a391c4a09b60def0b328381ee8a0914ee69af375 (diff) | |
download | freebsd-ports-gnome-f6b9a4b5a25096e3c0f569156f7472070a9fa37a.tar.gz freebsd-ports-gnome-f6b9a4b5a25096e3c0f569156f7472070a9fa37a.tar.zst freebsd-ports-gnome-f6b9a4b5a25096e3c0f569156f7472070a9fa37a.zip |
- Fix locale directory creation to allow install on a clean system
Reported by: pointyhat via kris
Diffstat (limited to 'security')
-rw-r--r-- | security/clamtk/Makefile | 2 |
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 |