git: 88c66b779edb - main - security/vuxml: Fix make validate after 069e58611c7933431ec82b0b9c119677e8d6cc21

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 18 17:57:34 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=88c66b779edb4dd7747115b98600a4ce535f66a0

commit 88c66b779edb4dd7747115b98600a4ce535f66a0
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-18 17:54:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-18 17:54:30 +0000

    security/vuxml: Fix make validate after 069e58611c7933431ec82b0b9c119677e8d6cc21
    
    Reported by:    lwhsu
    Approved by:    delphij (ports-secteam)
---
 security/vuxml/Makefile | 4 ++--
 1 file 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}


More information about the dev-commits-ports-all mailing list