svn commit: r39545 - head/en_US.ISO8859-1/htdocs/ports

Gabor Kovesdan gabor at FreeBSD.org
Fri Sep 14 17:55:44 UTC 2012


Author: gabor
Date: Fri Sep 14 17:55:43 2012
New Revision: 39545
URL: http://svn.freebsd.org/changeset/doc/39545

Log:
  - Fix the silent build error of index.html
  - s/HREF/href/

Modified:
  head/en_US.ISO8859-1/htdocs/ports/Makefile
  head/en_US.ISO8859-1/htdocs/ports/index.sgml

Modified: head/en_US.ISO8859-1/htdocs/ports/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ports/Makefile	Fri Sep 14 17:47:48 2012	(r39544)
+++ head/en_US.ISO8859-1/htdocs/ports/Makefile	Fri Sep 14 17:55:43 2012	(r39545)
@@ -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"

Modified: head/en_US.ISO8859-1/htdocs/ports/index.sgml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ports/index.sgml	Fri Sep 14 17:47:48 2012	(r39544)
+++ head/en_US.ISO8859-1/htdocs/ports/index.sgml	Fri Sep 14 17:55:43 2012	(r39545)
@@ -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>


More information about the svn-doc-all mailing list