diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:08:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:08:42 +0000 |
commit | 29e60de039059cd697abb725e3e70e909ad58f64 (patch) | |
tree | 76be26955dcd9729ca0688962ebf588224266c59 /archivers/zip | |
parent | c667d592b23c7102726313fd582f52fb28a8d022 (diff) |
- 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/zip')
-rw-r--r-- | archivers/zip/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 9ebdc93230fe..8716674ab43f 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -17,7 +17,6 @@ COMMENT= Create/update ZIP files compatible with pkzip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= unix/Makefile -MAKE_ENV+= CC="${CC}" ALL_TARGET= generic MAN1= zip.1 |