diff options
author | rene <rene@FreeBSD.org> | 2014-01-25 06:56:46 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-01-25 06:56:46 +0800 |
commit | 5244eb1a53d1f34b12284d812cc5f7a3afff73d8 (patch) | |
tree | 78fab41a26399867101b66addac0dc8b707d4be5 /net-mgmt | |
parent | 4531ced70df45025f16eb9a57756f6526e4f3d20 (diff) | |
download | freebsd-ports-gnome-5244eb1a53d1f34b12284d812cc5f7a3afff73d8.tar.gz freebsd-ports-gnome-5244eb1a53d1f34b12284d812cc5f7a3afff73d8.tar.zst freebsd-ports-gnome-5244eb1a53d1f34b12284d812cc5f7a3afff73d8.zip |
Do not set variables already set by USES=kmod
Approved by: maintainer silence (vsevolod@)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ng_ipacct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ng_ipacct/Makefile b/net-mgmt/ng_ipacct/Makefile index b7aeab378d4b..491277e1347d 100644 --- a/net-mgmt/ng_ipacct/Makefile +++ b/net-mgmt/ng_ipacct/Makefile @@ -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 |