aboutsummaryrefslogtreecommitdiff
path: root/archivers/unzip
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-25 09:08:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-25 09:08:42 +0000
commit29e60de039059cd697abb725e3e70e909ad58f64 (patch)
tree76be26955dcd9729ca0688962ebf588224266c59 /archivers/unzip
parentc667d592b23c7102726313fd582f52fb28a8d022 (diff)
downloadports-29e60de039059cd697abb725e3e70e909ad58f64.tar.gz
ports-29e60de039059cd697abb725e3e70e909ad58f64.zip
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Notes
Notes: svn path=/head/; revision=217468
Diffstat (limited to 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 536a58c1b563..005c268abc23 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -31,7 +31,7 @@ EXTRACT_ONLY= ${PORTNAME}552.tar.gz
LOCAL_UNZIP+= -DUSE_SMITH_CODE
.endif
-MAKE_ENV= CC="${CC}" LOCAL_UNZIP="${LOCAL_UNZIP}"
+MAKE_ENV= LOCAL_UNZIP="${LOCAL_UNZIP}"
.ifdef USE_UNZIP
.error You have `USE_UNZIP' variable defined either in environment or in make(1) arguments. Please undefine and try again.