svn commit: r421166 - head/databases/neo4j

Chris Rees crees at FreeBSD.org
Wed Aug 31 14:25:18 UTC 2016


Author: crees
Date: Wed Aug 31 14:25:17 2016
New Revision: 421166
URL: https://svnweb.freebsd.org/changeset/ports/421166

Log:
  Remove reference to internal variable.
  
  No change in functionality.

Modified:
  head/databases/neo4j/Makefile

Modified: head/databases/neo4j/Makefile
==============================================================================
--- head/databases/neo4j/Makefile	Wed Aug 31 13:32:20 2016	(r421165)
+++ head/databases/neo4j/Makefile	Wed Aug 31 14:25:17 2016	(r421166)
@@ -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}


More information about the svn-ports-all mailing list