diff options
author | Clement Laforet <clement@FreeBSD.org> | 2006-01-16 08:22:21 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2006-01-16 08:22:21 +0000 |
commit | e21e38437c790b55290ea289de18cfa6ef99efbb (patch) | |
tree | 0c923934d559e63b119dc878bfe67f8afad15e3f /www/apache20 | |
parent | ef9c6ba8cde6c948ac3c59abcea0628fbac30164 (diff) | |
download | ports-e21e38437c790b55290ea289de18cfa6ef99efbb.tar.gz ports-e21e38437c790b55290ea289de18cfa6ef99efbb.zip |
Notes
Diffstat (limited to 'www/apache20')
-rw-r--r-- | www/apache20/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index b5af8baa9d4b..b6d8f8b1bd70 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -186,16 +186,6 @@ pre-everything:: @${ECHO_MSG} "make print-closest-mirrors >> /etc/make.conf" @${ECHO_MSG} "" -print-closest-mirrors: - @${ECHO_MSG} -n "Fetching list of nearest mirror: " >&2 - @MIRRORS=`${FETCH_CMD} -T 30 -qo - http://www.apache.org/dyn/closer.cgi/httpd/ 2> /dev/null\ - | ${GREP} /httpd/ | ${SED} 's/.*href="\(.*\)"><str.*/\1/g' | \ - ${HEAD} -7 | ${TAIL} -6` ; \ - ${ECHO_MSG} done >&2; if [ "x$$MIRRORS" != "x" ]; then \ - ${ECHO_MSG} -n "MASTER_SITE_APACHE_HTTPD?= ";\ - ${ECHO_MSG} $$MIRRORS; else \ - ${ECHO_MSG} "No mirrors found!">&2 ; fi - post-extract: @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif |