diff options
author | Chris Rees <crees@FreeBSD.org> | 2016-08-31 14:25:17 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2016-08-31 14:25:17 +0000 |
commit | 6136de4b23d6dd1470f3c00f122245232cb775fc (patch) | |
tree | d5de1d31d6d7aba9b5b7878d5aa53a10bcb86486 | |
parent | Unbreak textproc/erlang-fast_xml after devel/rebar downgrade. (diff) |
Remove reference to internal variable.
No change in functionality.
Notes
Notes:
svn path=/head/; revision=421166
-rw-r--r-- | databases/neo4j/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/neo4j/Makefile b/databases/neo4j/Makefile index 97f58d3ea048..fcd005d7360d 100644 --- a/databases/neo4j/Makefile +++ b/databases/neo4j/Makefile @@ -18,8 +18,7 @@ USE_RC_SUBR= ${PORTNAME} SUB_FILES= ${PORTNAME}.sh post-patch: - ${REINPLACE_CMD} ${_SUB_LIST_TEMP} ${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} |