diff options
author | heinz <heinz> | 2008-01-05 23:33:23 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-01-05 23:33:23 +0000 |
commit | 524ef71c334a66639c0f09ff0133f6d58a0ecc1f (patch) | |
tree | d5322a39d9591a62151406b1e914248e6a1b2019 /finance | |
parent | 603280bcd9e340acc0ba340ff3eb25bc95e4cd1a (diff) | |
download | pkgsrc-524ef71c334a66639c0f09ff0133f6d58a0ecc1f.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/libofx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index c216bb4c936..66db0da6f60 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/09/20 21:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/01/05 23:33:23 heinz Exp $ # DISTNAME= libofx-0.8.3 @@ -10,6 +10,8 @@ MAINTAINER= gary@duzan.org HOMEPAGE= http://libofx.sourceforge.net/ COMMENT= OFX (Open Financial eXchange) Library +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-opensp-includes=${BUILDLINK_PREFIX.opensp}/include/OpenSP \ --with-opensp-libs=${BUILDLINK_PREFIX.opensp}/libs |