- Fix the silent build error of index.html
- s/HREF/href/
This commit is contained in:
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
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue