diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-29 01:14:17 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-29 01:14:17 +0000 |
commit | 412cb36ed17406b631683ae00b85528949d63f6c (patch) | |
tree | aa2650df6a2beafcb4f7e60700eaa5adc080887e /editors | |
parent | bd2375a3e7ccba12ab0b7b8301851d05a3a4db46 (diff) | |
download | FreeBSD-ports-412cb36ed17406b631683ae00b85528949d63f6c.zip FreeBSD-ports-412cb36ed17406b631683ae00b85528949d63f6c.tar.gz |
Fix it so doing Help->Contents works, and the help file is rendered correctly
using the latest libxml2.
Approved by: maintainer
Diffstat (limited to 'editors')
-rw-r--r-- | editors/conglomerate/Makefile | 5 | ||||
-rw-r--r-- | editors/conglomerate/files/patch-doc_C_conglomerate.xml | 13 |
2 files changed, 18 insertions, 0 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index 6dc19ca..290268f 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -6,6 +6,7 @@ PORTNAME= conglomerate PORTVERSION= 0.7.8 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,4 +25,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-patch: @${REINPLACE_CMD} -e 's|/home/david/jhbuilt/share|${LOCALBASE}/share|' ${WRKSRC}/intltool-merge.in +post-install: + ${MKDIR} ${PREFIX}/share/gnome/${PORTNAME}/help + ${LN} -sf ${PREFIX}/share/gnome/help/${PORTNAME} ${PREFIX}/share/gnome/${PORTNAME}/help/${PORTNAME} + .include <bsd.port.mk> diff --git a/editors/conglomerate/files/patch-doc_C_conglomerate.xml b/editors/conglomerate/files/patch-doc_C_conglomerate.xml new file mode 100644 index 0000000..592f05e --- /dev/null +++ b/editors/conglomerate/files/patch-doc_C_conglomerate.xml @@ -0,0 +1,13 @@ +--- doc/C/conglomerate.xml.orig Sun Dec 28 17:45:01 2003 ++++ doc/C/conglomerate.xml Sun Dec 28 17:45:24 2003 +@@ -185,8 +185,8 @@ + </sect3> + </sect2> + </sect1> +- <sect1 id="faq"> ++ <!-- <sect1 id="faq"> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="./faq.xml#xpointer(/article/*)"/> +- </sect1> ++ </sect1>--> + </article> |