diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-01-26 23:02:54 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-01-26 23:02:54 +0000 |
commit | 6ef53cf1ea59d4f5d2d2aa2f6f01391342409c5a (patch) | |
tree | 6bae9b55f8fdadf3dfd94bd4171277dc98f09c31 /finance/grisbi/Makefile | |
parent | f32484bd1d12652e521cecdfbed84a8239c16294 (diff) | |
download | ports-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/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 |