freebsd-ports/textproc/xhtml/pkg-plist
Jun Kuriyama 037cca9cf8 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.
2003-10-15 13:51:57 +00:00

17 lines
763 B
Plaintext

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-dcl.soc
share/xml/dtd/xhtml/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
share/xml/dtd/xhtml/xhtml1-frameset.dtd
share/xml/dtd/xhtml/xhtml1-strict.dtd
share/xml/dtd/xhtml/xhtml1-transitional.dtd
share/xml/dtd/xhtml/xhtml1.dcl
@dirrm share/xml/dtd/xhtml
@unexec rmdir %D/share/xml/dtd 2>/dev/null || true