mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Add some locale directories to plist that are not in mtree.
Pointed out by: krismail
This commit is contained in:
parent
ff51477c49
commit
f4eba4db3a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135831
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user