diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-05-22 05:06:45 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-05-22 05:06:45 +0000 |
commit | f4eba4db3a23aaf4505b9445f3241353a1ab2ba2 (patch) | |
tree | 02335255de5f6a6c2854a82104eaf27e5dbeeb33 /multimedia/vlc-devel | |
parent | ff51477c4954c0f0dd6143bcf079651522988fa3 (diff) |
Notes
Diffstat (limited to 'multimedia/vlc-devel')
-rw-r--r-- | multimedia/vlc-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index befcbd81c197..b030403b1095 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -833,6 +833,10 @@ pre-install: cd ${FAKEDIR}/mozilla && ${FIND} -s * | \ ${SED} -e 's|^|lib/browser_plugins/|' >> ${PLIST} .endif +.for locale in my ps tet tl + ${ECHO_CMD} "@unexec ${RMDIR} %D/share/locale/${locale}/LC_MESSAGES 2>/dev/null || ${TRUE}" >> ${PLIST} + ${ECHO_CMD} "@unexec ${RMDIR} %D/share/locale/${locale} 2>/dev/null || ${TRUE}" >> ${PLIST} +.endfor pre-configure: @if [ -n "`${PKG_INFO} -xI '^ffmpeg-0.4.9.p'`" ]; then \ |