Author: bdrewery
Date: Fri Sep 18 22:55:18 2015
New Revision: 287976
URL: https://svnweb.freebsd.org/changeset/base/287976

Log:
  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

Modified:
  head/share/msgdef/Makefile

Modified: head/share/msgdef/Makefile
==============================================================================
--- head/share/msgdef/Makefile  Fri Sep 18 22:28:13 2015        (r287975)
+++ head/share/msgdef/Makefile  Fri Sep 18 22:55:18 2015        (r287976)
@@ -134,11 +134,4 @@ SYMLINKS+= ../${lang_terr:C/:.*$//}.${en
 .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>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to