diff options
Diffstat (limited to 'finance/homebank/Makefile')
-rw-r--r-- | finance/homebank/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index b359f133618e..e738181ac90a 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -6,8 +6,7 @@ # PORTNAME= homebank -PORTVERSION= 4.1 -PORTREVISION= 1 +PORTVERSION= 4.2 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ @@ -35,6 +34,9 @@ LIB_DEPENDS+= ofx.4:${PORTSDIR}/finance/libofx CONFIGURE_ARGS+=--with-ofx .endif +post-extract: + @${CHMOD} ${BINMODE} ${WRKSRC}/install-sh + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |