summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-12-17 10:28:32 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-12-17 10:28:32 +0000
commit75122bde7173141ea27c03fe15ffbb6094db8a77 (patch)
tree30802003a6239b8e433a9fd3d953fd753a6d8a8e /Tools
parentNew port ktoblzcheck, a utility that checks bank codes of german banks. (diff)
Use 'make master-sites-all' instead of 'make -V MASTER_SITES' to obtain the list
of master sites. Before that %SUBDIR% was not expanded and the resulting URL was malformed. L-o-o-o-ng maintainer timeout waiting for review of a slightly different solution.
Notes
Notes: svn path=/head/; revision=96037
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/checknewver.sh2
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