Date: Tue, 3 May 2016 08:20:30 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414518 - head/www/varnish-nagios Message-ID: <201605030820.u438KUNk048638@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue May 3 08:20:29 2016 New Revision: 414518 URL: https://svnweb.freebsd.org/changeset/ports/414518 Log: Remove ${PORTSDIR}/ from _DEPENDS, and remove useless ${LOCALBASE}/bin. Sponsored by: Absolight Modified: head/www/varnish-nagios/Makefile (contents, props changed) Modified: head/www/varnish-nagios/Makefile ============================================================================== --- head/www/varnish-nagios/Makefile Tue May 3 07:27:13 2016 (r414517) +++ head/www/varnish-nagios/Makefile Tue May 3 08:20:29 2016 (r414518) @@ -12,7 +12,7 @@ COMMENT= Nagios plugin to check status o LICENSE= BSD2CLAUSE BUILD_DEPENDS= varnish4>=0:www/varnish4 -RUN_DEPENDS= ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo +RUN_DEPENDS= sudo:security/sudo GNU_CONFIGURE= yes CFLAGS+= -lm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605030820.u438KUNk048638>