Date: Thu, 1 Sep 2016 19:07:14 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421242 - head/databases/neo4j Message-ID: <201609011907.u81J7EA3013666@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: crees Date: Thu Sep 1 19:07:14 2016 New Revision: 421242 URL: https://svnweb.freebsd.org/changeset/ports/421242 Log: Readd missed newline. Modified: head/databases/neo4j/Makefile Modified: head/databases/neo4j/Makefile ============================================================================== --- head/databases/neo4j/Makefile Thu Sep 1 18:53:53 2016 (r421241) +++ head/databases/neo4j/Makefile Thu Sep 1 19:07:14 2016 (r421242) @@ -18,7 +18,8 @@ USE_RC_SUBR= ${PORTNAME} SUB_FILES= ${PORTNAME}.sh post-patch: - ${REINPLACE_CMD} 's,%%DATADIR%%,${DATADIR},g;s,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/bin/neo4j-shared.sh ${WRKSRC}/conf/neo4j.conf + ${REINPLACE_CMD} 's,%%DATADIR%%,${DATADIR},g;s,%%PREFIX%%,${PREFIX},g' \ + ${WRKSRC}/bin/neo4j-shared.sh ${WRKSRC}/conf/neo4j.conf do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609011907.u81J7EA3013666>