diff options
author | pav <pav@FreeBSD.org> | 2008-07-25 17:08:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-25 17:08:42 +0800 |
commit | 076559de68dfecbed898b3906bae091b79e49579 (patch) | |
tree | d1762456f7e3d0315d66bf83cdf83116b3a72f04 /archivers/tclmkziplib/Makefile | |
parent | dca2020b79abcfa44fb0ee917be91af8fbce720c (diff) | |
download | freebsd-ports-gnome-076559de68dfecbed898b3906bae091b79e49579.tar.gz freebsd-ports-gnome-076559de68dfecbed898b3906bae091b79e49579.tar.zst freebsd-ports-gnome-076559de68dfecbed898b3906bae091b79e49579.zip |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'archivers/tclmkziplib/Makefile')
-rw-r--r-- | archivers/tclmkziplib/Makefile | 3 |
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/.//} |