summaryrefslogtreecommitdiff
path: root/finance/homebank/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-06-26 18:49:14 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-06-26 18:49:14 +0000
commitd1429631dc35df72e042986e8a06fd21ce505632 (patch)
tree6d84cf03d483570638506ff7230a81a2cd18e49b /finance/homebank/Makefile
parentTclSpice is an improved version of Berkeley Spice designed to be used with (diff)
- The tarball has been re-rolled with fixes.
- Add a hack to correct the image path standard by change from share/images to share/pixmaps. - Bump the PORTREVISION.
Notes
Notes: svn path=/head/; revision=166390
Diffstat (limited to 'finance/homebank/Makefile')
-rw-r--r--finance/homebank/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile
index 5f299d77f7a1..08199ea8d973 100644
--- a/finance/homebank/Makefile
+++ b/finance/homebank/Makefile
@@ -7,6 +7,7 @@
PORTNAME= homebank
DISTVERSION= 3.2alpha1
+PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= http://homebank.free.fr/public/
@@ -33,4 +34,8 @@ post-install:
.endfor
.endif
+post-patch:
+ ${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|[(]datadir[)]/images/|(datadir)/pixmaps/|g'
+
.include <bsd.port.mk>