svn commit: r399017 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 10 20:23:41 UTC 2015


Author: bapt
Date: Sat Oct 10 20:23:40 2015
New Revision: 399017
URL: https://svnweb.freebsd.org/changeset/ports/399017

Log:
  Remove unused variable

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sat Oct 10 20:16:34 2015	(r399016)
+++ head/Mk/bsd.port.mk	Sat Oct 10 20:23:40 2015	(r399017)
@@ -3031,7 +3031,6 @@ check-deprecated:
 # Check if the port is listed in the vulnerability database
 
 AUDITFILE?=		${PKG_DBDIR}/vuln.xml
-_EXTRACT_AUDITFILE=	${CAT} "${AUDITFILE}"
 
 check-vulnerable:
 .if !defined(DISABLE_VULNERABILITIES) && !defined(PACKAGE_BUILDING)


More information about the svn-ports-head mailing list