1
0
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:
Michael Johnson 2005-05-22 05:06:45 +00:00
parent ff51477c49
commit f4eba4db3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135831

View File

@ -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 \