diff options
author | hasso <hasso@pkgsrc.org> | 2009-05-12 08:27:09 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-05-12 08:27:09 +0000 |
commit | 68d6cdde919fe134b5b58446558a4c95fa0c1414 (patch) | |
tree | f93ebfc41d3989ddbecd5a81d60764f3920291d4 /finance/libofx | |
parent | 5990472b4d4527f5fe3253ef87231c1a5241722a (diff) | |
download | pkgsrc-68d6cdde919fe134b5b58446558a4c95fa0c1414.tar.gz |
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'finance/libofx')
-rw-r--r-- | finance/libofx/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 9b911e2930e..393502ea6b2 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2008/01/18 05:06:34 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2009/05/12 08:31:02 hasso Exp $ # DISTNAME= libofx-0.8.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= finance devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libofx/} @@ -19,6 +19,9 @@ USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config USE_LIBTOOL= yes +post-extract: + ${CHMOD} -R go-w ${WRKSRC} + .include "../../textproc/libxml++1/buildlink3.mk" .include "../../textproc/opensp/buildlink3.mk" .include "../../www/curl/buildlink3.mk" |