Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 22:15:58 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403564 - head/finance/homebank
Message-ID:  <201512112215.tBBMFweN025319@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512112215.tBBMFweN025319>