summaryrefslogtreecommitdiffstats
path: root/security/vuxml/Makefile
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2004-04-02 23:31:03 +0000
committernectar <nectar@FreeBSD.org>2004-04-02 23:31:03 +0000
commit69e2516840c81986ffd2cd703c64ee8392943889 (patch)
tree2c83d29954347537cddcfda2ff5e668f294c9382 /security/vuxml/Makefile
parent1fb387193b336b4e0644c6a6b1cd93d02a0b7ccc (diff)
downloadFreeBSD-ports-69e2516840c81986ffd2cd703c64ee8392943889.zip
FreeBSD-ports-69e2516840c81986ffd2cd703c64ee8392943889.tar.gz
Add VuXML 1.1 DTD
Update document type declaration to VuXML 1.1
Diffstat (limited to 'security/vuxml/Makefile')
-rw-r--r--security/vuxml/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile
index 56effd5..29105db 100644
--- a/security/vuxml/Makefile
+++ b/security/vuxml/Makefile
@@ -6,11 +6,14 @@
#
PORTNAME= vuxml
-PORTVERSION= 1.0
+PORTVERSION= 1.1
PORTREVISION= 0
CATEGORIES= security textproc
MASTER_SITES= http://www.vuxml.org/dtd/vuxml-1/
-DISTFILES= vuxml-10.dtd vuxml-model-10.mod
+DISTFILES= vuxml-10.dtd vuxml-model-10.mod \
+ vuxml-11.dtd vuxml-model-11.mod \
+ catalog catalog.xml
+DIST_SUBDIR= vuxml
MAINTAINER= nectar@FreeBSD.org
COMMENT= Vulnerability and eXposure Markup Language DTD
@@ -34,9 +37,9 @@ XMLCAT_ADD= ${XMLCATMGR} -c ${XMLCAT} add nextCatalog \
XMLCAT_RM= ${XMLCATMGR} -c ${XMLCAT} remove nextCatalog \
${PREFIX}/${dir_DTD}/catalog.xml
SGMLCAT_ADD= ${XMLCATMGR} -sc ${SGMLCAT} add CATALOG \
- ${PREFIX}/${dir_DTD}/vuxml.cat
+ ${PREFIX}/${dir_DTD}/catalog
SGMLCAT_RM= ${XMLCATMGR} -sc ${SGMLCAT} remove CATALOG \
- ${PREFIX}/${dir_DTD}/vuxml.cat
+ ${PREFIX}/${dir_DTD}/catalog
CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports
CATALOG_PORTS_XML= ${PREFIX}/share/xml/catalog.ports
@@ -68,10 +71,6 @@ do-install:
.for f in ${DISTFILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${dir_DTD}/${f}
.endfor
- ${SED} -e "s;@@PREFIX@@;${PREFIX};g" ${FILESDIR}/catalog.xml > \
- ${WRKDIR}/catalog.xml
- ${INSTALL_DATA} ${WRKDIR}/catalog.xml ${PREFIX}/${dir_DTD}/catalog.xml
- ${INSTALL_DATA} ${FILESDIR}/vuxml.cat ${PREFIX}/${dir_DTD}/vuxml.cat
${XMLCAT_ADD}
${SGMLCAT_ADD}
OpenPOWER on IntegriCloud