git: 825f582e7610 - main - security/vuxml: Fix make validate

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Fri, 13 Jun 2025 15:29:05 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=825f582e7610c81d30acbdc02a10a55adf853a8e

commit 825f582e7610c81d30acbdc02a10a55adf853a8e
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2025-06-13 15:27:14 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2025-06-13 15:28:49 +0000

    security/vuxml: Fix make validate
    
    After a clean.
    
    PR:             287479
    Reported by:    dvl@ lwhsu@
    Fixes:          3c9a11c9111b
---
 security/vuxml/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile
index 40ea52b43075..56af61aba418 100644
--- a/security/vuxml/Makefile
+++ b/security/vuxml/Makefile
@@ -84,7 +84,7 @@ validate: tidy
 	fi
 	${PYTHON_CMD} ${FILESDIR}/extra-validation.py ${VUXML_FLAT_FILE}
 
-tidy: ${VUXML_FLAT_FILE}
+tidy: ${VUXML_FLAT_NAME}
 	@if [ ! -e ${LOCALBASE}/share/xml/dtd/vuxml/catalog.xml ]; \
 	then \
 		echo "Please install the VuXML port prior to running make validate/tidy."; \