summaryrefslogtreecommitdiff
path: root/finance/homebank/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-07-13 20:32:50 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-07-13 20:32:50 +0000
commit9f973b4e9bbca6fe11670ce8540d1907a91f464f (patch)
tree6992118bf1a9e77f3d6c9c00ce2078683386db6b /finance/homebank/Makefile
parentAdd XView frontend support for calctool. (diff)
Update to 3.2alpha2.
Notes
Notes: svn path=/head/; revision=167712
Diffstat (limited to 'finance/homebank/Makefile')
-rw-r--r--finance/homebank/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile
index 08199ea8d973..60f89584200a 100644
--- a/finance/homebank/Makefile
+++ b/finance/homebank/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= homebank
-DISTVERSION= 3.2alpha1
-PORTREVISION= 1
+DISTVERSION= 3.2alpha2
CATEGORIES= finance
MASTER_SITES= http://homebank.free.fr/public/
@@ -26,6 +25,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
DOCS= AUTHORS COPYING ChangeLog LICENSE NEWS README
+post-extract:
+ @${RM} -rf ${WRKSRC}/autom4te.cache ${WRKSRC}/po/*.gmo
+
.ifndef (NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
@@ -34,8 +36,4 @@ 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>