From a3e7580a96f3dc5db414d861e147da86ce131aa2 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Thu, 24 Jan 2019 18:18:01 +0000 Subject: [PATCH] Fix file installation following r52777. Pointyhat: gjb (myself) Sponsored by: The FreeBSD Foundation --- en_US.ISO8859-1/htdocs/security/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/htdocs/security/Makefile b/en_US.ISO8859-1/htdocs/security/Makefile index baed2c68d7..7352ec284d 100644 --- a/en_US.ISO8859-1/htdocs/security/Makefile +++ b/en_US.ISO8859-1/htdocs/security/Makefile @@ -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