summaryrefslogtreecommitdiff
path: root/share/pgpkeys
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2017-12-06 18:50:32 +0000
committerGlen Barber <gjb@FreeBSD.org>2017-12-06 18:50:32 +0000
commit98e2f81109f9d698543689061bb320281e80651b (patch)
tree2d6ffac5390bcd135434aaa1b27fce9103c4f956 /share/pgpkeys
parentfda182d10ea1eec18efaf2f27a0b6d1bc0ab2429 (diff)
Fix generating pgpkeyring.txt when it does not exist, which seems
to have been broken following r51076 or r51077. Sponsored by: The FreeBSD Foundation
Notes
svn path=/head/; revision=51260
Diffstat (limited to 'share/pgpkeys')
-rw-r--r--share/pgpkeys/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/pgpkeys/Makefile b/share/pgpkeys/Makefile
index 8fa5e1a7a1..f72c876d3b 100644
--- a/share/pgpkeys/Makefile
+++ b/share/pgpkeys/Makefile
@@ -7,6 +7,8 @@ XSLPGP= http://www.FreeBSD.org/XML/share/xml/freebsd-pgpkeyring.xsl
FILES= pgpkeyring.txt
CLEANFILES= pgpkeyring.txt keyring.xml
+all: keyring.xml pgpkeyring pgpkeyring.txt
+
keyring.xml: .PHONY
@${ECHO_CMD} "<?xml version='1.0' encoding='UTF-8'?>" > ${.TARGET}
@${ECHO_CMD} "<keyring>" >> ${.TARGET}