svn commit: r340940 - head/net-mgmt/ng_ipacct

Rene Ladan rene at FreeBSD.org
Fri Jan 24 22:56:47 UTC 2014


Author: rene
Date: Fri Jan 24 22:56:46 2014
New Revision: 340940
URL: http://svnweb.freebsd.org/changeset/ports/340940
QAT: https://qat.redports.org/buildarchive/r340940/

Log:
  Do not set variables already set by USES=kmod
  
  Approved by:	maintainer silence (vsevolod@)

Modified:
  head/net-mgmt/ng_ipacct/Makefile

Modified: head/net-mgmt/ng_ipacct/Makefile
==============================================================================
--- head/net-mgmt/ng_ipacct/Makefile	Fri Jan 24 22:47:06 2014	(r340939)
+++ head/net-mgmt/ng_ipacct/Makefile	Fri Jan 24 22:56:46 2014	(r340940)
@@ -15,7 +15,7 @@ LICENSE=	BSD
 
 USES=	kmod uidfix
 
-MAKE_ENV=	BINDIR="${PREFIX}/sbin" KMODDIR=${KMODDIR} NO_XREF=yes
+MAKE_ENV=	BINDIR="${PREFIX}/sbin"
 
 USE_RC_SUBR=	ng_ipacct
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list