]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Remove rm -Rf beforeinstall hack that was needed due to a change that
authorbdrewery <bdrewery@FreeBSD.org>
Fri, 18 Sep 2015 22:55:18 +0000 (22:55 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Fri, 18 Sep 2015 22:55:18 +0000 (22:55 +0000)
only lasted 3 days in HEAD in 2001 (r88348 - r88459)

Sponsored by: EMC / Isilon Storage Division

share/msgdef/Makefile

index 3f2232579d0c56719f55ffbfc356a3342fa8c8f1..21e777603ecc0c1758c7237bb2d013941cf16fc6 100644 (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>