diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-29 01:14:17 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-29 01:14:17 +0000 |
commit | 9c379960cdebcbf54bb35c4ad8081f01fc73561c (patch) | |
tree | ba141f91a6b5f4e2a3efef9a8da31ea95be3f1ca /editors | |
parent | 5726158526f485ab2afa6f8c4a496cb8d4e83b3f (diff) |
Fix it so doing Help->Contents works, and the help file is rendered correctly
using the latest libxml2.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=96812
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 6dc19cafed64..290268fc1c80 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 000000000000..592f05e6d756 --- /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> |