diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-13 04:38:39 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-13 04:38:39 +0800 |
commit | 7779ef901b52b109016dabe990a3ee6c7a3fcaef (patch) | |
tree | d259ac9fbfe2676347bfadd58328580ea4333dad /textproc | |
parent | fcc2424841ab00b488050160b45ef9cdfc98ce47 (diff) | |
download | freebsd-ports-gnome-7779ef901b52b109016dabe990a3ee6c7a3fcaef.tar.gz freebsd-ports-gnome-7779ef901b52b109016dabe990a3ee6c7a3fcaef.tar.zst freebsd-ports-gnome-7779ef901b52b109016dabe990a3ee6c7a3fcaef.zip |
Do not add 4.1.2/docbook.cat to catalog
This fixes docbook2man at runtime and unbreaks gnome-packagekit build
Silence from: doceng
Reported by: pkg-fallout since several weeks
With hat: portmgr
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-xml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docbook-xml/Makefile b/textproc/docbook-xml/Makefile index 1063249f11c7..7eba0d0ab6c7 100644 --- a/textproc/docbook-xml/Makefile +++ b/textproc/docbook-xml/Makefile @@ -2,7 +2,7 @@ PORTNAME= docbook PORTVERSION= 5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${DBFILES:C,(.*):(.*),http://www.docbook.org/xml/\1/:\2,:C,:docbook-xml-([0-9]+).([0-9]+).?([0-9]*),:db\1\2\3,:C,:docbook-([0-9]+).([0-9]+).?([0-9]*),:db\1\2\3,} PKGNAMESUFFIX= -xml @@ -57,7 +57,7 @@ do-install-${D:S/./_/g}: ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${DBKDIR}/$D ${XMLCATMGR_CMD} -c ${STAGEDIR}${DBCAT_XML} \ add nextCatalog "${PREFIX}/${DBKDIR}/$D/catalog.xml" - test "$D" = 5.0 || \ + test "$D" = 5.0 || test "$D" = 4.1.2 || \ ${ECHO_CMD} "CATALOG \"${PREFIX}/${DBKDIR}/$D/docbook.cat\"" \ >> ${STAGEDIR}${DBCAT_SGML} do-install: do-install-${D:S/./_/g} |