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

Wolfram Schneider wosch at FreeBSD.org
Fri Sep 29 11:02:51 UTC 2017


Author: wosch
Date: Fri Sep 29 11:02:49 2017
New Revision: 50980
URL: https://svnweb.freebsd.org/changeset/doc/50980

Log:
  switch to HTTPS

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

Modified: head/en_US.ISO8859-1/htdocs/ports/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/ports/Makefile	Fri Sep 29 11:01:01 2017	(r50979)
+++ head/en_US.ISO8859-1/htdocs/ports/Makefile	Fri Sep 29 11:02:49 2017	(r50980)
@@ -84,8 +84,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="https://www.FreeBSD.org/ports/growth,' index.html
+	${SED} -i "" -e 's,href="growth,href="https://www.FreeBSD.org/ports/growth,' references.html
 .endif
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"


More information about the svn-doc-all mailing list