svn commit: r421242 - head/databases/neo4j

Chris Rees crees at FreeBSD.org
Thu Sep 1 19:07:15 UTC 2016


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}


More information about the svn-ports-all mailing list