- Fix 'make package-recursive' with staging

With hat:	portmgr
Reviewed by:	bapt
Tested by:	dmarker_ on freenode
This commit is contained in:
Bryan Drewery 2013-11-02 10:48:35 +00:00
parent 9b15facab3
commit 66ff3bcafd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332467

View file

@ -5673,7 +5673,7 @@ actual-package-depends:
package-recursive: package
@for dir in $$(${ALL-DEPENDS-LIST}); do \
(cd $$dir; ${MAKE} package-noinstall); \
(cd $$dir; ${MAKE} package clean); \
done
# Show missing dependencies