diff options
author | jmmv <jmmv> | 2003-01-12 09:48:34 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-01-12 09:48:34 +0000 |
commit | d6a00573125a48e7831ad0f8b3be47ad58f3e46b (patch) | |
tree | 9c0c258e10a4e4ee23dc55e5823c661f140aa9a5 /textproc/docbook-xml | |
parent | 53f04c355d51bd068006af8c81e09678f58dbfa1 (diff) | |
download | pkgsrc-d6a00573125a48e7831ad0f8b3be47ad58f3e46b.tar.gz |
Move calls to xmlcatmgr to the bottom of the PLIST. This should solve build
problems shown in last Hubert's bulk build.
Diffstat (limited to 'textproc/docbook-xml')
-rw-r--r-- | textproc/docbook-xml/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/docbook-xml/PLIST b/textproc/docbook-xml/PLIST index d8916d8f99a..b47d2114fc0 100644 --- a/textproc/docbook-xml/PLIST +++ b/textproc/docbook-xml/PLIST @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/01/11 21:11:30 jmmv Exp $ -@exec ${LOCALBASE}/bin/xmlcatmgr -c %D/share/xml/catalog add CATALOG %D/share/xml/docbook/catalog -@unexec ${LOCALBASE}/bin/xmlcatmgr -c %D/share/xml/catalog remove %D/share/xml/docbook/catalog +@comment $NetBSD: PLIST,v 1.6 2003/01/12 09:48:34 jmmv Exp $ share/xml/docbook/README share/xml/docbook/calstblx.dtd share/xml/docbook/catalog @@ -30,5 +28,7 @@ share/xml/docbook/ent/iso-num.ent share/xml/docbook/ent/iso-pub.ent share/xml/docbook/ent/iso-tech.ent share/xml/docbook/soextblx.dtd +@exec %D/bin/xmlcatmgr -c %D/share/xml/catalog add CATALOG %D/share/xml/docbook/catalog +@unexec %D/bin/xmlcatmgr -c %D/share/xml/catalog remove %D/share/xml/docbook/catalog @dirrm share/xml/docbook/ent @dirrm share/xml/docbook |