svn commit: r422194 - head/databases/neo4j

Chris Rees crees at FreeBSD.org
Thu Sep 15 14:24:54 UTC 2016


Author: crees
Date: Thu Sep 15 14:24:52 2016
New Revision: 422194
URL: https://svnweb.freebsd.org/changeset/ports/422194

Log:
  Fix some more shebangs
  
  Submitted by:	Amanda Strnad <amstrnad at gmail.com>

Modified:
  head/databases/neo4j/Makefile

Modified: head/databases/neo4j/Makefile
==============================================================================
--- head/databases/neo4j/Makefile	Thu Sep 15 12:51:34 2016	(r422193)
+++ head/databases/neo4j/Makefile	Thu Sep 15 14:24:52 2016	(r422194)
@@ -2,6 +2,7 @@
 
 PORTNAME=	neo4j
 DISTVERSION=	3.0.4
+PORTREVISION=	1
 CATEGORIES=	databases java
 MASTER_SITES=	http://dist.neo4j.org/
 DISTNAME=	${PORTNAME}-community-${DISTVERSION}-unix
@@ -13,6 +14,8 @@ RUN_DEPENDS=	bash:shells/bash
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S,-unix,,}
 NO_BUILD=	yes
+USES=		shebangfix
+SHEBANG_FILES=	bin/neo4j-shell bin/neo4j-import
 USE_JAVA=	yes
 USE_RC_SUBR=	${PORTNAME}
 SUB_FILES=	${PORTNAME}.sh


More information about the svn-ports-head mailing list