Remove rm -Rf beforeinstall hack that was needed due to a change that

only lasted 3 days in HEAD in 2001 (r88348 - r88459)

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-09-18 22:55:18 +00:00
parent db31773f3e
commit 2491838ff5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287976

View file

@ -134,11 +134,4 @@ SYMLINKS+= ../${lang_terr:C/:.*$//}.${enc1}/${FILESNAME} \
.endfor
.endfor
beforeinstall:
.for locale in ${LOCALES}
.if exists(${DESTDIR}${LOCALEDIR}/${locale}/LC_MESSAGES/)
rm -rf ${DESTDIR}${LOCALEDIR}/${locale}/LC_MESSAGES
.endif
.endfor
.include <bsd.prog.mk>