1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Fix a problem that prevents some SGML tools from working.

Approved by:	nectar (maintainer)
PR:		ports/63035
This commit is contained in:
Hiroki Sato 2004-08-25 15:36:07 +00:00
parent 9e55cb845f
commit a07c70ab36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117259
2 changed files with 24 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= xhtml-basic
PORTVERSION= 1.0.${RECDATE}
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.w3.org/TR/2000/REC-${PORTNAME}-${RECDATE}/
DISTNAME= ${PORTNAME}

View File

@ -0,0 +1,23 @@
--- xhtml-basic10.cat.orig Tue Dec 19 23:08:04 2000
+++ xhtml-basic10.cat Tue Aug 10 16:23:28 2004
@@ -17,17 +17,19 @@
OVERRIDE YES
-SGMLDECL "xml1.dcl"
+-- SGMLDECL "xml1.dcl" --
-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: --
-- XHTML Basic DTD modular driver file ..................................... --
PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "xhtml-basic10.dtd"
+DTDDECL "-//W3C//DTD XHTML Basic 1.0//EN" "xml1.dcl"
-- XHTML Basic framework module ............................................. --
PUBLIC "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN" "xhtml-basic10-model-1.mod"
+DTDDECL "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN" "xml1.dcl"
-- End of catalog data ..................................................... --