summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/vuxml/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile
index d9c080390b4c..365834aa428e 100644
--- a/security/vuxml/Makefile
+++ b/security/vuxml/Makefile
@@ -86,6 +86,11 @@ validate: tidy
fi
tidy: vuln.xml
+ @if [ ! -e ${LOCALBASE}/share/xml/dtd/vuxml/catalog.xml ]; \
+ then \
+ echo "Please install the VuXML port prior to running make validate/tidy."; \
+ exit 1; \
+ fi
${SH} ${FILESDIR}/tidy.sh "${FILESDIR}/tidy.xsl" "${VUXML_FILE}" > "${VUXML_FILE}.tidy"
newentry: