svn commit: r413038 - head/sysutils/sd-agent

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 11 15:28:46 UTC 2016


Author: amdmi3
Date: Mon Apr 11 15:28:45 2016
New Revision: 413038
URL: https://svnweb.freebsd.org/changeset/ports/413038

Log:
  - Remove PORTSDIR from depends
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/sd-agent/Makefile

Modified: head/sysutils/sd-agent/Makefile
==============================================================================
--- head/sysutils/sd-agent/Makefile	Mon Apr 11 15:28:25 2016	(r413037)
+++ head/sysutils/sd-agent/Makefile	Mon Apr 11 15:28:45 2016	(r413038)
@@ -9,7 +9,7 @@ COMMENT=	Server Density Agent for FreeBS
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	$(LOCALBASE)/sbin/sysinfo:$(PORTSDIR)/sysutils/sysinfo
+RUN_DEPENDS=	$(LOCALBASE)/sbin/sysinfo:sysutils/sysinfo
 
 USERS=		sd-agent
 GROUPS=		sd-agent


More information about the svn-ports-head mailing list