svn commit: r341462 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 27 21:54:51 UTC 2014


Author: bapt
Date: Mon Jan 27 21:54:50 2014
New Revision: 341462
URL: http://svnweb.freebsd.org/changeset/ports/341462
QAT: https://qat.redports.org/buildarchive/r341462/

Log:
  Use again package-noinstall now that is works
  
  Tested by:	smh

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Jan 27 21:53:59 2014	(r341461)
+++ head/Mk/bsd.port.mk	Mon Jan 27 21:54:50 2014	(r341462)
@@ -5360,7 +5360,7 @@ actual-package-depends:
 
 package-recursive: package
 	@for dir in $$(${ALL-DEPENDS-LIST}); do \
-		(cd $$dir; ${MAKE} package clean); \
+		(cd $$dir; ${MAKE} package-noinstall); \
 	done
 
 # Show missing dependencies


More information about the svn-ports-all mailing list