summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-05-12 08:27:09 +0000
committerhasso <hasso@pkgsrc.org>2009-05-12 08:27:09 +0000
commitfcdc548b46988f08f432c988a11c7d68724d697e (patch)
treef93ebfc41d3989ddbecd5a81d60764f3920291d4 /finance
parent5236868370c2d31cf54a4ac88bdaac9c697c3ec7 (diff)
downloadpkgsrc-fcdc548b46988f08f432c988a11c7d68724d697e.tar.gz
Fix install on platforms not using pax tar. Bump PKGREVISION.
Diffstat (limited to 'finance')
-rw-r--r--finance/libofx/Makefile7
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"