summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 21:54:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 21:54:50 +0000
commit7dad680ae36ee01774ada6ad02f4dc2935f32448 (patch)
tree191301636a507d4a8d502b3e2b0e9944e73f4f63 /Mk
parentUpdate to 4 (diff)
Use again package-noinstall now that is works
Tested by: smh
Notes
Notes: svn path=/head/; revision=341462
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 377f2800f029..518640ea1f7b 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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