Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2015 22:55:18 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r287976 - head/share/msgdef
Message-ID:  <201509182255.t8IMtIBD024283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509182255.t8IMtIBD024283>