aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-01-28 15:40:20 +0800
committerlinimon <linimon@FreeBSD.org>2006-01-28 15:40:20 +0800
commit39d00fc330033e3d32e592718a5b61046ed00015 (patch)
treedf796210de8f9a7eab81612de8b840eeb233dfa6 /devel
parent9f8a989ccc0eb2ebc12d377e456d70a4924651f8 (diff)
downloadfreebsd-ports-gnome-39d00fc330033e3d32e592718a5b61046ed00015.tar.gz
freebsd-ports-gnome-39d00fc330033e3d32e592718a5b61046ed00015.tar.zst
freebsd-ports-gnome-39d00fc330033e3d32e592718a5b61046ed00015.zip
Incorporate 1.523 from the master.
Diffstat (limited to 'devel')
-rw-r--r--devel/portmk/Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/portmk/Mk/bsd.port.mk b/devel/portmk/Mk/bsd.port.mk
index 68e644936cfe..4f74d92a7f97 100644
--- a/devel/portmk/Mk/bsd.port.mk
+++ b/devel/portmk/Mk/bsd.port.mk
@@ -4713,7 +4713,7 @@ ALL-DEPENDS-LIST= \
continue; \
fi; \
${ECHO_CMD} $$d; \
- if ! children=$$(${MAKE} -C $$d -V _DEPEND_DIRS); then\
+ if ! children=$$(cd $$d && ${MAKE} -V _DEPEND_DIRS); then\
${ECHO_MSG} "${PKGNAME}: \"$$d\" erroneous -- dependency list incomplete" >&2; \
continue; \
fi; \