aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-18 17:54:30 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-18 17:54:30 +0000
commit88c66b779edb4dd7747115b98600a4ce535f66a0 (patch)
tree746a05d3bd39367a7905d4aca20c25ad2a8f7a5a
parent06cbbdb147a8f6514b1ca4d2d301382a43785f74 (diff)
downloadports-88c66b779edb4dd7747115b98600a4ce535f66a0.tar.gz
ports-88c66b779edb4dd7747115b98600a4ce535f66a0.zip
security/vuxml: Fix make validate after 069e58611c7933431ec82b0b9c119677e8d6cc21
Reported by: lwhsu Approved by: delphij (ports-secteam)
-rw-r--r--security/vuxml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile
index 10657336a971..46206b8cf0c1 100644
--- a/security/vuxml/Makefile
+++ b/security/vuxml/Makefile
@@ -34,6 +34,8 @@ VUXML_FLAT_FILE?= ${PKGDIR}/vuln-flat.xml
_YEAR!= date +%Y
VUXML_CURRENT_FILE?= ${PKGDIR}/vuln-${_YEAR}.xml
+.include <bsd.port.pre.mk>
+
post-clean:
@${RM} "${VUXML_FILE}.tidy"
@${RM} "${VUXML_FLAT_FILE}"
@@ -93,8 +95,6 @@ tidy: ${VUXML_FLAT_FILE}
newentry:
@${SH} ${FILESDIR}/newentry.sh "${VUXML_CURRENT_FILE}"
-.include <bsd.port.pre.mk>
-
.if defined(VID) && !empty(VID)
html: work/${VID}.html
work/${VID}.html: ${FILESDIR}/html.xsl ${FILESDIR}/common.css ${VUXML_FILE}