Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2015 23:27:45 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391485 - head/misc/ansiweather
Message-ID:  <201507062327.t66NRjTM066556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Jul  6 23:27:45 2015
New Revision: 391485
URL: https://svnweb.freebsd.org/changeset/ports/391485

Log:
  misc/ansiweather: remove unneeded reference to LOCALBASE
  
  Reported by:	adamw
  Pointyhat to:	swills

Modified:
  head/misc/ansiweather/Makefile

Modified: head/misc/ansiweather/Makefile
==============================================================================
--- head/misc/ansiweather/Makefile	Mon Jul  6 22:34:11 2015	(r391484)
+++ head/misc/ansiweather/Makefile	Mon Jul  6 23:27:45 2015	(r391485)
@@ -9,9 +9,9 @@ COMMENT=	Shell script for displaying the
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	${LOCALBASE}/bin/jq:${PORTSDIR}/textproc/jq \
-		${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl \
-		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
+RUN_DEPENDS=	jq:${PORTSDIR}/textproc/jq \
+		curl:${PORTSDIR}/ftp/curl \
+		bash:${PORTSDIR}/shells/bash \
 		gprintf:${PORTSDIR}/sysutils/coreutils
 
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507062327.t66NRjTM066556>