diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-24 22:32:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-24 22:32:49 +0000 |
commit | 963854440c8d5cb49ac23779c965d0f6fb408744 (patch) | |
tree | 097b956f7e23b0db264fe1d3cdeee8eafc050cd9 /textproc/xhtml-basic/files | |
parent | Update to the 20160522 development snapshot of GCC 7. (diff) |
Add a new keywork xmlcatmgr
It simplifies the handling of the XML and SMGL catalog
It brings a big of consistency by always specifying the catalog path absolute
instead of mixing absolute and relative path.
The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing
Reviewed by: hrs
Differential Revision: https://reviews.freebsd.org/D6539
Notes
Notes:
svn path=/head/; revision=415814
Diffstat (limited to 'textproc/xhtml-basic/files')
-rw-r--r-- | textproc/xhtml-basic/files/catalog.xml.in (renamed from textproc/xhtml-basic/files/catalog.xml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xhtml-basic/files/catalog.xml b/textproc/xhtml-basic/files/catalog.xml.in index f8d03f71ebd9..091bbff934d1 100644 --- a/textproc/xhtml-basic/files/catalog.xml +++ b/textproc/xhtml-basic/files/catalog.xml.in @@ -4,7 +4,7 @@ <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="public" - xml:base="file://@@PREFIX@@/share/xml/dtd/xhtml-basic/"> + xml:base="file://%%PREFIX%%/share/xml/dtd/xhtml-basic/"> <rewriteSystem systemIdStartString="http://www.w3.org/TR/xhtml-basic/" |