diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-17 00:25:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-17 00:25:59 +0000 |
commit | 116e3b3e87848c5aca61d0ff56ce71eec76c609c (patch) | |
tree | 0d69d6763107438ba8813a462133bae5652d8b9d /Tools | |
parent | a7924a93089588b0ae3692ac6f3d95788fe3b5c8 (diff) | |
download | ports-116e3b3e87848c5aca61d0ff56ce71eec76c609c.tar.gz ports-116e3b3e87848c5aca61d0ff56ce71eec76c609c.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/pdispatch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/pdispatch b/Tools/portbuild/scripts/pdispatch index 2f01f60615d9..813ec66b40ef 100755 --- a/Tools/portbuild/scripts/pdispatch +++ b/Tools/portbuild/scripts/pdispatch @@ -48,6 +48,9 @@ fi if [ "x$NODUMMY" != "x" ]; then flags="${flags} -nodummy" fi +if [ "x$WANT_DISTFILES" != "x" ]; then + flags="${flags} -distfiles" +fi echo "dispatching: ssh -a -t -n root@$1 ${command} ${arch} ${branch} $flags $args at $(date)" ${pb}/scripts/ptimeout.host $timeout ssh -a -t -n root@$1 ${command} ${arch} ${branch} ${flags} $args |