diff options
author | thierry <thierry@FreeBSD.org> | 2007-01-27 07:02:54 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-01-27 07:02:54 +0800 |
commit | a26666b83129b8efbcac6709712be0629a7e9c4e (patch) | |
tree | 47bdd9c8ef4948583ebc23c678e848d9de7af5ce /finance/grisbi/Makefile | |
parent | 4d804d8b1918c514baa41762d29506ca310fa5a4 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |