svn commit: r287976 - head/share/msgdef

Bryan Drewery bdrewery at FreeBSD.org
Fri Sep 18 22:55:19 UTC 2015


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>


More information about the svn-src-all mailing list