From c1c66495cab2191582bbedad3b6e79fcab530c5d Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Fri, 13 Feb 2004 01:16:55 +0000 Subject: [PATCH] I don't want to receive "I can't install it" messages... Add "-" prefix to adding catalog entries by xmlcatmgr. --- textproc/docbook-xml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/docbook-xml/Makefile b/textproc/docbook-xml/Makefile index 63f23f6726b3..ea7ed31a9061 100644 --- a/textproc/docbook-xml/Makefile +++ b/textproc/docbook-xml/Makefile @@ -40,7 +40,7 @@ do-install: done post-install: - @${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${DOCBOOKDIR}/docbook.cat - @${XMLCATMGR} -c ${CATALOG_PORTS_XML} add nextCatalog ${DOCBOOKDIR}/catalog.xml + @-${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${DOCBOOKDIR}/docbook.cat + @-${XMLCATMGR} -c ${CATALOG_PORTS_XML} add nextCatalog ${DOCBOOKDIR}/catalog.xml .include