svn commit: r391485 - head/misc/ansiweather

Steve Wills swills at FreeBSD.org
Mon Jul 6 23:27:46 UTC 2015


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


More information about the svn-ports-all mailing list