aboutsummaryrefslogtreecommitdiff
path: root/finance/grisbi/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-01-26 23:02:54 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-01-26 23:02:54 +0000
commit6ef53cf1ea59d4f5d2d2aa2f6f01391342409c5a (patch)
tree6bae9b55f8fdadf3dfd94bd4171277dc98f09c31 /finance/grisbi/Makefile
parentf32484bd1d12652e521cecdfbed84a8239c16294 (diff)
downloadports-6ef53cf1ea59d4f5d2d2aa2f6f01391342409c5a.tar.gz
ports-6ef53cf1ea59d4f5d2d2aa2f6f01391342409c5a.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>
Notes
Notes: svn path=/head/; revision=183369
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