Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2021 17:57:32 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 88c66b779edb - main - security/vuxml: Fix make validate after 069e58611c7933431ec82b0b9c119677e8d6cc21
Message-ID:  <202107181757.16IHvWTT038292@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 88c66b779edb4dd7747115b98600a4ce535f66a0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-18 17:54:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107181757.16IHvWTT038292>