diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-20 23:01:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-20 23:01:09 +0000 |
commit | 3f11bcc820a1039c35db4cc1c17f0d7ab0b8040c (patch) | |
tree | 675aac4abf3050352ba79b07a94ba5c5b3608c2b /finance/libofx/Makefile | |
parent | d763e6001caecbd7884d5acfbd77b4d143b456fe (diff) |
Notes
Diffstat (limited to 'finance/libofx/Makefile')
-rw-r--r-- | finance/libofx/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 7035d8026970..8c37fbf50ec1 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libofx -PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTVERSION= 0.9.1 CATEGORIES= finance MASTER_SITES= SF @@ -18,10 +17,10 @@ LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ xml\\+\\+-1.0.1:${PORTSDIR}/textproc/libxml++ \ osp.5:${PORTSDIR}/textproc/opensp -USE_GNOME= gnometarget USE_ICONV= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:15 +ACLOCAL_ARGS= -I m4 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-doxygen --disable-dot --disable-gengetopt \ --with-opensp-includes=${LOCALBASE}/include/OpenSP @@ -36,9 +35,7 @@ post-install: .for file in AUTHORS ChangeLog INSTALL NEWS README totest.txt ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor - ${TAR} -C ${WRKSRC}/doc -cf - html | \ - ${TAR} -C ${DOCSDIR} --unlink -xf - - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} + @(cd ${WRKSRC}/doc; ${COPYTREE_SHARE} html ${DOCSDIR}) .endif .include <bsd.port.mk> |