svn commit: r414518 - head/www/varnish-nagios

Mathieu Arnold mat at FreeBSD.org
Tue May 3 08:20:31 UTC 2016


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


More information about the svn-ports-all mailing list