aboutsummaryrefslogtreecommitdiffstats
path: root/finance/grisbi/Makefile
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2007-01-27 07:02:54 +0800
committerthierry <thierry@FreeBSD.org>2007-01-27 07:02:54 +0800
commita26666b83129b8efbcac6709712be0629a7e9c4e (patch)
tree47bdd9c8ef4948583ebc23c678e848d9de7af5ce /finance/grisbi/Makefile
parent4d804d8b1918c514baa41762d29506ca310fa5a4 (diff)
downloadfreebsd-ports-gnome-a26666b83129b8efbcac6709712be0629a7e9c4e.tar.gz
freebsd-ports-gnome-a26666b83129b8efbcac6709712be0629a7e9c4e.tar.zst
freebsd-ports-gnome-a26666b83129b8efbcac6709712be0629a7e9c4e.zip
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 <ejk (at) iki.fi>
Diffstat (limited to 'finance/grisbi/Makefile')
-rw-r--r--finance/grisbi/Makefile4
1 files changed, 2 insertions, 2 deletions
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