mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
I don't want to receive "I can't install it" messages...
Add "-" prefix to adding catalog entries by xmlcatmgr.
This commit is contained in:
parent
ef0df6c2e8
commit
c1c66495ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100804
@ -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 <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user