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:
bdrewery 2015-09-18 22:55:18 +00:00
parent ab3472a19f
commit 72a4495a75

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>