diff options
author | pawel <pawel@FreeBSD.org> | 2015-12-12 06:15:58 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-12-12 06:15:58 +0800 |
commit | b7fe56a4b9c12281658c4ddf3c17f8d17a9b0814 (patch) | |
tree | 92b2a9715f7833f18b7528a43d930af36b89d85a /finance | |
parent | 46c7236ecc97032506b1b17837ee1b04d5c991b1 (diff) | |
download | freebsd-ports-graphics-b7fe56a4b9c12281658c4ddf3c17f8d17a9b0814.tar.gz freebsd-ports-graphics-b7fe56a4b9c12281658c4ddf3c17f8d17a9b0814.tar.zst freebsd-ports-graphics-b7fe56a4b9c12281658c4ddf3c17f8d17a9b0814.zip |
Switch to options helper
Diffstat (limited to 'finance')
-rw-r--r-- | finance/homebank/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index 967ed3da0e0..b43e2507e13 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFAULT=OFX OFX_CONFIGURE_WITH= ofx OFX_LIB_DEPENDS= libofx.so:${PORTSDIR}/finance/libofx -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |