diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2011-03-21 12:54:53 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2011-03-21 12:54:53 +0000 |
commit | e874e83d6e640a3dfe9c9db65f4f49cafff4bcdd (patch) | |
tree | e3c3759f4f69a97c3b0079e3882b876508ae77cf /audio/libmp3splt/Makefile | |
parent | a4592da8cec6007a4ce8f19bd789780aca8b7587 (diff) |
Notes
Diffstat (limited to 'audio/libmp3splt/Makefile')
-rw-r--r-- | audio/libmp3splt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile index 91716f2f9ee6..43d0f2d4d56a 100644 --- a/audio/libmp3splt/Makefile +++ b/audio/libmp3splt/Makefile @@ -75,6 +75,8 @@ USE_GETTEXT= yes LANGUAGES= de_DE es fr_FR .for language in ${LANGUAGES} PLIST_FILES+= share/locale/${language}/LC_MESSAGES/libmp3splt.mo +PLIST_FILES+= "@dirrmtry share/locale/${language}/LC_MESSAGES" +PLIST_FILES+= "@dirrmtry share/locale/${language}" .endfor .endif |