diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-10-15 13:51:57 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-10-15 13:51:57 +0000 |
commit | 037cca9cf85d18a79c2d809b47831a47777dfb4d (patch) | |
tree | f7716615c8a7f3de0cae95d4183511ceb48b0a87 /textproc/xhtml/pkg-plist | |
parent | - Fix build on -current (diff) |
Change the usage of xhtml.soc file.
o Install original xhtml.soc as is.
o Install xhtml-dcl.soc file which has no SGMLDECL line.
o Register xhtml-dcl.soc as SGML catalog chain.
Users who use usual catalog file will not be affected, but if you
refer xhtml.soc directly and doesn't like SGMLDECL line, please use
xhtml-dcl.soc file instead.
Notes
Notes:
svn path=/head/; revision=91329
Diffstat (limited to 'textproc/xhtml/pkg-plist')
-rw-r--r-- | textproc/xhtml/pkg-plist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xhtml/pkg-plist b/textproc/xhtml/pkg-plist index 90de89ed5264..879764ad7541 100644 --- a/textproc/xhtml/pkg-plist +++ b/textproc/xhtml/pkg-plist @@ -1,9 +1,10 @@ share/xml/dtd/xhtml/xhtml-lat1.ent share/xml/dtd/xhtml/xhtml-special.ent share/xml/dtd/xhtml/xhtml-symbol.ent -@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove %%DTDDIR%%/xhtml.soc +@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove %%DTDDIR%%/xhtml-dcl.soc share/xml/dtd/xhtml/xhtml.soc -@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%DTDDIR%%/xhtml.soc +share/xml/dtd/xhtml/xhtml-dcl.soc +@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%DTDDIR%%/xhtml-dcl.soc @unexec %%XMLCATMGR%% -c %%CATALOG_PORTS_XML%% remove %%DTDDIR%%/catalog.xml share/xml/dtd/xhtml/catalog.xml @exec %%XMLCATMGR%% -c %%CATALOG_PORTS_XML%% add nextCatalog %%DTDDIR%%/catalog.xml |