svn commit: r344019 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Wed Feb 12 21:35:41 UTC 2014


Author: antoine
Date: Wed Feb 12 21:35:41 2014
New Revision: 344019
URL: http://svnweb.freebsd.org/changeset/ports/344019
QAT: https://qat.redports.org/buildarchive/r344019/

Log:
  Add ccache-update-links to _FORCE_POST_PATTERNS to run it after gcc has
  been uninstalled
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.pkgng.mk

Modified: head/Mk/bsd.pkgng.mk
==============================================================================
--- head/Mk/bsd.pkgng.mk	Wed Feb 12 21:27:32 2014	(r344018)
+++ head/Mk/bsd.pkgng.mk	Wed Feb 12 21:35:41 2014	(r344019)
@@ -25,7 +25,8 @@ _FORCE_POST_PATTERNS=	rmdir kldxref mkfo
 						load-octave-pkg \
 						update-desktop-database update-mime-database \
 						gdk-pixbuf-query-loaders catalog.ports \
-						glib-compile-schemas
+						glib-compile-schemas \
+						ccache-update-links
 
 PLIST_REINPLACE:=	${PLIST_REINPLACE:Ndirrmtry}
 PLIST_REINPLACE:=	${PLIST_REINPLACE:Nstopdaemon}


More information about the svn-ports-all mailing list