svn commit: r414242 - head/sysutils/logstash

Mathieu Arnold mat at FreeBSD.org
Thu Apr 28 22:08:00 UTC 2016


Author: mat
Date: Thu Apr 28 22:07:59 2016
New Revision: 414242
URL: https://svnweb.freebsd.org/changeset/ports/414242

Log:
  Remove ${PORTSDIR}/ from depends. Again.
  
  Sponsored by:	Absolight

Modified:
  head/sysutils/logstash/Makefile   (contents, props changed)

Modified: head/sysutils/logstash/Makefile
==============================================================================
--- head/sysutils/logstash/Makefile	Thu Apr 28 21:40:49 2016	(r414241)
+++ head/sysutils/logstash/Makefile	Thu Apr 28 22:07:59 2016	(r414242)
@@ -11,7 +11,7 @@ COMMENT=	Tool for managing events and lo
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
+RUN_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash
 
 USES=		cpe
 CPE_VENDOR=	elasticsearch


More information about the svn-ports-all mailing list