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:
parent
ab3472a19f
commit
72a4495a75
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user