diff options
author | linimon <linimon@FreeBSD.org> | 2006-01-28 15:40:20 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-01-28 15:40:20 +0800 |
commit | 39d00fc330033e3d32e592718a5b61046ed00015 (patch) | |
tree | df796210de8f9a7eab81612de8b840eeb233dfa6 /devel | |
parent | 9f8a989ccc0eb2ebc12d377e456d70a4924651f8 (diff) | |
download | freebsd-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.mk | 2 |
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; \ |