svn commit: r52778 - head/en_US.ISO8859-1/htdocs/security

Glen Barber gjb at FreeBSD.org
Thu Jan 24 18:18:02 UTC 2019


Author: gjb
Date: Thu Jan 24 18:18:01 2019
New Revision: 52778
URL: https://svnweb.freebsd.org/changeset/doc/52778

Log:
  Fix file installation following r52777.
  
  Pointyhat:	gjb (myself)
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/en_US.ISO8859-1/htdocs/security/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/security/Makefile	Thu Jan 24 17:47:48 2019	(r52777)
+++ head/en_US.ISO8859-1/htdocs/security/Makefile	Thu Jan 24 18:18:01 2019	(r52778)
@@ -11,8 +11,8 @@ SUBDIR=		advisories
 SUBDIR+=	patches
 
 DATA=	so_public_key.asc
-DATA=	advisory-template.txt
-DATA=	errata-template.txt
+DATA+=	advisory-template.txt
+DATA+=	errata-template.txt
 DOCS=	charter.xml
 DOCS+=	security.xml
 DOCS+=	advisories.xml


More information about the svn-doc-all mailing list