- Fix the silent build error of index.html

- s/HREF/href/
This commit is contained in:
Gabor Kovesdan 2012-09-14 17:55:43 +00:00
parent 9c243757ef
commit fa84736033
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39545
2 changed files with 4 additions and 3 deletions
en_US.ISO8859-1/htdocs/ports

View file

@ -95,8 +95,8 @@ all install clean:
beforeinstall:
.else
beforeinstall:
${SED} -i "" -e 's,HREF="growth,href="http://www.FreeBSD.org/ports/growth,' index.html
${SED} -i "" -e 's,HREF="growth,href="http://www.FreeBSD.org/ports/growth,' references.html
${SED} -i "" -e 's,href="growth,href="http://www.FreeBSD.org/ports/growth,' index.html
${SED} -i "" -e 's,href="growth,href="http://www.FreeBSD.org/ports/growth,' references.html
.endif
.include "${DOC_PREFIX}/share/mk/web.site.mk"

View file

@ -2,9 +2,10 @@
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
<!ENTITY title 'About FreeBSD Ports'>
<!ENTITY email 'ports'>
<!ENTITY % ports.ent SYSTEM "ports.ent">
%ports.ent;
<!ENTITY email 'ports'>
<!ENTITY % statistics.ent SYSTEM "statistics.ent">
%statistics.ent;
]>
<html xmlns="http://www.w3.org/1999/xhtml"><head>