diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:48:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:48:47 +0000 |
commit | 2f35b73926abf3d3de21382a8a16414200fa2d5b (patch) | |
tree | ba424f33251d8f6c55d5b3a690abf181b6a819ee /sysutils/pftop | |
parent | 8c8dbd7325f0c5cd3837737357a4e2cdd953cee5 (diff) |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Notes
Notes:
svn path=/head/; revision=217479
Diffstat (limited to 'sysutils/pftop')
-rw-r--r-- | sysutils/pftop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index 90148d1aa017..dc367f6f423e 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -41,7 +41,7 @@ MAKE_ARGS= LOCALBASE="${PREFIX}" OSLEVEL=41 CFLAGS+= -DHAVE_ALTQ=1 .endif -MAKE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" __MAKE_CONF=/dev/null +MAKE_ENV+= __MAKE_CONF=/dev/null PLIST_FILES= sbin/pftop |