diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-25 15:36:09 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-25 15:36:09 +0000 |
commit | c65c583e561c8b0a16fa29e24244555541ca9599 (patch) | |
tree | 09f89c77abc12c9631e628e3d2809b92556e8357 /security/vuxml/Makefile | |
parent | a07c70ab36f0705b233801e62dfb5567c1318db2 (diff) | |
download | ports-c65c583e561c8b0a16fa29e24244555541ca9599.tar.gz ports-c65c583e561c8b0a16fa29e24244555541ca9599.zip |
Notes
Diffstat (limited to 'security/vuxml/Makefile')
-rw-r--r-- | security/vuxml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile index 29105dbfbc5f..8ac1215c3339 100644 --- a/security/vuxml/Makefile +++ b/security/vuxml/Makefile @@ -7,12 +7,12 @@ PORTNAME= vuxml PORTVERSION= 1.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security textproc MASTER_SITES= http://www.vuxml.org/dtd/vuxml-1/ DISTFILES= vuxml-10.dtd vuxml-model-10.mod \ vuxml-11.dtd vuxml-model-11.mod \ - catalog catalog.xml + xml1.dcl catalog catalog.xml DIST_SUBDIR= vuxml MAINTAINER= nectar@FreeBSD.org |