git: 4c7dacf67bb6 - main - security/vuxml: fix `make validate'
Rene Ladan
rene at FreeBSD.org
Wed Jul 21 14:12:30 UTC 2021
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4c7dacf67bb63c1df0905f61ddf9ec0683e863e2
commit 4c7dacf67bb63c1df0905f61ddf9ec0683e863e2
Author: Rene Ladan <rene at FreeBSD.org>
AuthorDate: 2021-07-21 13:40:45 +0000
Commit: Rene Ladan <rene at FreeBSD.org>
CommitDate: 2021-07-21 13:40:45 +0000
security/vuxml: fix `make validate'
---
security/vuxml/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile
index 46206b8cf0c1..010bb625e3f7 100644
--- a/security/vuxml/Makefile
+++ b/security/vuxml/Makefile
@@ -29,13 +29,13 @@ WRKSRC= ${WRKDIR}
dir_DTD= share/xml/dtd/vuxml
+.include <bsd.port.pre.mk>
+
VUXML_FILE?= ${PKGDIR}/vuln.xml
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}"
More information about the dev-commits-ports-all
mailing list