diff options
author | nectar <nectar@FreeBSD.org> | 2005-01-08 15:43:23 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2005-01-08 15:43:23 +0000 |
commit | 0132b650a231f2ced5c5cb269d6aafd26041bc0d (patch) | |
tree | bb4826a3421961c065f1f717869f190c0085a422 /security/vuxml/Makefile | |
parent | 017a5e8db418880c26f37e4b53d7c07dc8efba49 (diff) | |
download | FreeBSD-ports-0132b650a231f2ced5c5cb269d6aafd26041bc0d.zip FreeBSD-ports-0132b650a231f2ced5c5cb269d6aafd26041bc0d.tar.gz |
Add a target, `newentry', that will insert a VuXML <vuln> template
(including generated VID) to the top of the `vuln.xml' file. This will
save a little time when adding new entries.
Inspired by: a patch from simon
Diffstat (limited to 'security/vuxml/Makefile')
-rw-r--r-- | security/vuxml/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile index 8ac1215..63a1b78 100644 --- a/security/vuxml/Makefile +++ b/security/vuxml/Makefile @@ -80,4 +80,7 @@ validate: tidy: @${SH} ${FILESDIR}/tidy.sh "${FILESDIR}/tidy.xsl" "${VUXML_FILE}" +newentry: + @${SH} ${FILESDIR}/newentry.sh "${VUXML_FILE}" + .include <bsd.port.mk> |