fetch --> /usr/bin/fetch.

This commit is contained in:
Maxim Sobolev 2002-02-11 16:54:52 +00:00
parent 9bcea9a5ef
commit 9459ae3738
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12152

View file

@ -1,4 +1,4 @@
# $FreeBSD$ # $FreeBSD: www/en/gnome/Makefile,v 1.8 2002/01/28 17:05:24 sobomax Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
@ -37,7 +37,7 @@ newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl
.endif .endif
gnotices.rdf:: gnotices.rdf::
fetch -qo - ${GNOTICES_RDF_URL} | ${SED} 's|rdf:RDF|rdf| ; \ /usr/bin/fetch -qo - ${GNOTICES_RDF_URL} | ${SED} 's|rdf:RDF|rdf| ; \
s|xmlns.*[^>]||' > ${.TARGET} s|xmlns.*[^>]||' > ${.TARGET}
.include "${WEB_PREFIX}/share/mk/web.site.mk" .include "${WEB_PREFIX}/share/mk/web.site.mk"