aboutsummaryrefslogtreecommitdiffstats
path: root/finance/gnucash-docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'finance/gnucash-docs/Makefile')
-rw-r--r--finance/gnucash-docs/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile
index 72419af2d1c7..dbd146ec4f2f 100644
--- a/finance/gnucash-docs/Makefile
+++ b/finance/gnucash-docs/Makefile
@@ -3,7 +3,7 @@
# $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $
PORTNAME= gnucash-docs
-PORTVERSION= 2.6.0
+PORTVERSION= 2.6.1
CATEGORIES= finance gnome
MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \
http://www.gnucash.org/pub/gnucash/sources/stable/ \
@@ -22,4 +22,11 @@ USE_GNOME= libxml2 gnomehier
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
+post-patch:
+ @${REINPLACE_CMD} -e '/scrollkeeper-preinstall/s|$$(docdir)|$$(gnomehelpdir)|' \
+ ${WRKSRC}/omf.make ${WRKSRC}/guide/C/Makefile.in ${WRKSRC}/guide/de/Makefile.in \
+ ${WRKSRC}/guide/it/Makefile.in ${WRKSRC}/guide/ja/Makefile.in \
+ ${WRKSRC}/help/C/Makefile.in ${WRKSRC}/help/de/Makefile.in \
+ ${WRKSRC}/help/it/Makefile.in
+
.include <bsd.port.mk>