svn commit: r403564 - head/finance/homebank

Pawel Pekala pawel at FreeBSD.org
Fri Dec 11 22:16:00 UTC 2015


Author: pawel
Date: Fri Dec 11 22:15:58 2015
New Revision: 403564
URL: https://svnweb.freebsd.org/changeset/ports/403564

Log:
  Switch to options helper

Modified:
  head/finance/homebank/Makefile

Modified: head/finance/homebank/Makefile
==============================================================================
--- head/finance/homebank/Makefile	Fri Dec 11 22:09:37 2015	(r403563)
+++ head/finance/homebank/Makefile	Fri Dec 11 22:15:58 2015	(r403564)
@@ -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}
 


More information about the svn-ports-head mailing list