summaryrefslogtreecommitdiffstats
path: root/www/apache20
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2006-01-16 08:22:21 +0000
committerclement <clement@FreeBSD.org>2006-01-16 08:22:21 +0000
commit3a16405b744277c3a745e07b0bebcd1bee83a108 (patch)
treedf976ae466563f9775b4f12d3a923a7f2d03cda3 /www/apache20
parent8f8f7ee15e12b27c87aefca9457b4d15e1c96799 (diff)
downloadFreeBSD-ports-3a16405b744277c3a745e07b0bebcd1bee83a108.zip
FreeBSD-ports-3a16405b744277c3a745e07b0bebcd1bee83a108.tar.gz
- remove print-closest-mirror target from apache20 Makefile
Noticed by: erwin, pav, KOMATSU Shinichiro <koma2@lovepeers.org> [1] PR: ports/91849 [1] Pointy hat to: clement
Diffstat (limited to 'www/apache20')
-rw-r--r--www/apache20/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile
index b5af8ba..b6d8f8b 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
OpenPOWER on IntegriCloud