diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-12-17 10:28:32 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-12-17 10:28:32 +0000 |
commit | 75122bde7173141ea27c03fe15ffbb6094db8a77 (patch) | |
tree | 30802003a6239b8e433a9fd3d953fd753a6d8a8e /Tools/scripts | |
parent | c88c2f8a8343658122e8178168c7151da805fc42 (diff) |
Notes
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-x | Tools/scripts/checknewver.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/checknewver.sh b/Tools/scripts/checknewver.sh index 4b6aeba61d09..2368ac7311a7 100755 --- a/Tools/scripts/checknewver.sh +++ b/Tools/scripts/checknewver.sh @@ -60,7 +60,7 @@ if [ x"${PORTNAME}" = x"" -o x"${PORTVERSION}" = x"" -o x"${DISTFILES}" = x"" ]; display_err "Either PORTNAME, PORTVERSION or DISTFILES is undefined in Makefile." fi -MASTER_SITES=`env MASTER_SITE_BACKUP=\"\" make -V MASTER_SITES 2>/dev/null | xargs -n1 echo | grep ^ftp://` +MASTER_SITES=`env MASTER_SITE_BACKUP=\"\" make master-sites-all 2>/dev/null | xargs -n1 echo | grep ^ftp://` if [ x"${MASTER_SITES}" = x"" ]; then display_err "Either MASTER_SITES is undefined in Makefile or it doesn't contain any ftp sites." fi |