svn commit: r491474 - head/net-mgmt/check_mk_agent

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Jan 28 11:00:10 UTC 2019


Author: 0mp
Date: Mon Jan 28 11:00:09 2019
New Revision: 491474
URL: https://svnweb.freebsd.org/changeset/ports/491474

Log:
  net-mgmt/check_mk_agent: Fix some typos in variable names
  
  Reported by:	tobik
  Approved by:	mat (mentor, implicit)

Modified:
  head/net-mgmt/check_mk_agent/Makefile

Modified: head/net-mgmt/check_mk_agent/Makefile
==============================================================================
--- head/net-mgmt/check_mk_agent/Makefile	Mon Jan 28 10:37:11 2019	(r491473)
+++ head/net-mgmt/check_mk_agent/Makefile	Mon Jan 28 11:00:09 2019	(r491474)
@@ -16,11 +16,11 @@ RUN_DEPENDS=	bash>0:shells/bash
 
 USES=	shebangfix
 
-SHEBANG_FILE=	bin/${PORTNAME}
+SHEBANG_FILES=	agents/${PORTNAME}.freebsd
 
 NO_ARCH=	yes
 NO_BUILD=	yes
-NO_TESTS=	yes
+NO_TEST=	yes
 
 PLIST_FILES=	bin/${PORTNAME}
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list