From 9c379960cdebcbf54bb35c4ad8081f01fc73561c Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 29 Dec 2003 01:14:17 +0000 Subject: Fix it so doing Help->Contents works, and the help file is rendered correctly using the latest libxml2. Approved by: maintainer --- editors/conglomerate/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'editors/conglomerate/Makefile') 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 -- cgit v1.2.3