From a26666b83129b8efbcac6709712be0629a7e9c4e Mon Sep 17 00:00:00 2001 From: thierry Date: Fri, 26 Jan 2007 23:02:54 +0000 Subject: Upgrade to 0.5.9. New in version 0.5.9 : - Bug fixes - More bug fixes - Even more bug fixes - Grisbi does not care anymore about file permissions - Hebrew translation thanks to Dotan Mazor PR: ports/108348 Submitted by: Esa Karkkainen --- finance/grisbi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'finance/grisbi/Makefile') diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index d418fb674000..72860261b97c 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -6,8 +6,7 @@ # PORTNAME= grisbi -PORTVERSION= 0.5.8 -PORTREVISION= 1 +PORTVERSION= 0.5.9 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -44,6 +43,7 @@ PLIST_SUB+= NLS="" .endif pre-configure: + @${REINPLACE_CMD} -e "/^mandir=/s|datarootdir|prefix|" ${WRKSRC}/configure .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e "s|pixmaps help|pixmaps|" ${WRKSRC}/Makefile.in .endif -- cgit