aboutsummaryrefslogtreecommitdiff
path: root/archivers/tclmkziplib
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/tclmkziplib
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/tclmkziplib')
-rw-r--r--archivers/tclmkziplib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/tclmkziplib/Makefile b/archivers/tclmkziplib/Makefile
index d69af3c04916..1a2f0049640f 100644
--- a/archivers/tclmkziplib/Makefile
+++ b/archivers/tclmkziplib/Makefile
@@ -25,8 +25,7 @@ USE_ZIP= yes
TCLCONFIG?= ${LOCALBASE}/lib/tcl${TCL_VER}/tclConfig.sh
MAKEFILE= ${FILESDIR}/Makefile.bsd
-MAKE_ENV= LOCALBASE=${LOCALBASE} \
- VERSION=${PORTVERSION:S/.//} \
+MAKE_ENV= VERSION=${PORTVERSION:S/.//} \
TCLCONFIG=${TCLCONFIG}
PLIST_SUB+= VERSION=${PORTVERSION:S/.//}