Deleted Added
full compact
Makefile (245889) Makefile (284287)
1# $FreeBSD: head/share/msgdef/Makefile 245889 2013-01-24 17:00:11Z brooks $
1# $FreeBSD: head/share/msgdef/Makefile 284287 2015-06-11 21:09:03Z sjg $
2
3LOCALES= af_ZA.ISO8859-1 \
4 am_ET.UTF-8 \
5 be_BY.CP1131 \
6 be_BY.CP1251 \
7 be_BY.ISO8859-5 \
8 be_BY.UTF-8 \
9 bg_BG.CP1251 \

--- 114 unchanged lines hidden (view full) ---

124 en_GB:en_IE \
125 ${IT_LINKS} ${NL_LINKS} ${NO_LINKS} ${PT_LINKS} zh_TW:zh_HK
126
127SYMLINKS=
128.for enc1 in ${ENCODINGS}
129.for enc2 in ${ENCODINGS}
130.for lang_terr in ${${enc1}_${enc2}}
131SYMLINKS+= ../${lang_terr:C/:.*$//}.${enc1}/${FILESNAME} \
2
3LOCALES= af_ZA.ISO8859-1 \
4 am_ET.UTF-8 \
5 be_BY.CP1131 \
6 be_BY.CP1251 \
7 be_BY.ISO8859-5 \
8 be_BY.UTF-8 \
9 bg_BG.CP1251 \

--- 114 unchanged lines hidden (view full) ---

124 en_GB:en_IE \
125 ${IT_LINKS} ${NL_LINKS} ${NO_LINKS} ${PT_LINKS} zh_TW:zh_HK
126
127SYMLINKS=
128.for enc1 in ${ENCODINGS}
129.for enc2 in ${ENCODINGS}
130.for lang_terr in ${${enc1}_${enc2}}
131SYMLINKS+= ../${lang_terr:C/:.*$//}.${enc1}/${FILESNAME} \
132 ${LOCALEDIR}/${lang_terr:C/^.*://}.${enc2}
132 ${LOCALEDIR}/${lang_terr:C/^.*://}.${enc2}/${FILESNAME}
133.endfor
134.endfor
135.endfor
136
137beforeinstall:
138.for locale in ${LOCALES}
139.if exists(${DESTDIR}${LOCALEDIR}/${locale}/LC_MESSAGES/)
140 rm -rf ${DESTDIR}${LOCALEDIR}/${locale}/LC_MESSAGES
141.endif
142.endfor
143
144.include <bsd.prog.mk>
133.endfor
134.endfor
135.endfor
136
137beforeinstall:
138.for locale in ${LOCALES}
139.if exists(${DESTDIR}${LOCALEDIR}/${locale}/LC_MESSAGES/)
140 rm -rf ${DESTDIR}${LOCALEDIR}/${locale}/LC_MESSAGES
141.endif
142.endfor
143
144.include <bsd.prog.mk>