summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
Diffstat (limited to 'archivers')
-rw-r--r--archivers/liblzxcomp/Makefile2
-rw-r--r--archivers/libunrar/Makefile2
-rw-r--r--archivers/lzma/Makefile1
-rw-r--r--archivers/tclmkziplib/Makefile3
-rw-r--r--archivers/unmass/Makefile2
-rw-r--r--archivers/unzip/Makefile2
-rw-r--r--archivers/zip/Makefile1
7 files changed, 3 insertions, 10 deletions
diff --git a/archivers/liblzxcomp/Makefile b/archivers/liblzxcomp/Makefile
index 3669cf5b7097..b1e809f57ab6 100644
--- a/archivers/liblzxcomp/Makefile
+++ b/archivers/liblzxcomp/Makefile
@@ -14,8 +14,6 @@ DISTNAME= lzx_compress
MAINTAINER= skv@FreeBSD.org
COMMENT= LZX compression library
-MAKE_ENV= PREFIX=${PREFIX}
-
USE_LDCONFIG= YES
SHLIB_MAJOR= 1
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
diff --git a/archivers/libunrar/Makefile b/archivers/libunrar/Makefile
index 1178ddc760e6..197e4ba396f6 100644
--- a/archivers/libunrar/Makefile
+++ b/archivers/libunrar/Makefile
@@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/unrar
USE_GMAKE= yes
MAKEFILE= makefile.unix
-MAKE_ENV+= CXX="${CXX}" LDFLAGS="${LDFLAGS}"
+MAKE_ENV= LDFLAGS="${LDFLAGS}"
ALL_TARGET= lib
USE_LDCONFIG= yes
diff --git a/archivers/lzma/Makefile b/archivers/lzma/Makefile
index 91baa82b8c61..fc12f445c750 100644
--- a/archivers/lzma/Makefile
+++ b/archivers/lzma/Makefile
@@ -24,7 +24,6 @@ BUILD_WRKSRC= ${WRKSRC}/CPP/7zip/Compress/LZMA_Alone
MAKEFILE= makefile.gcc
PLIST_FILES= bin/${PORTNAME}
CFLAGS+= -D_LZMA_SYSTEM_SIZE_T
-MAKE_ENV+= CXX="${CXX}" CC="${CC}"
PORTDOCS= 7zC.txt 7zFormat.txt Methods.txt history.txt lzma.txt
post-patch:
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/.//}
diff --git a/archivers/unmass/Makefile b/archivers/unmass/Makefile
index c585b4fef017..ea11e4b83e07 100644
--- a/archivers/unmass/Makefile
+++ b/archivers/unmass/Makefile
@@ -18,8 +18,6 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_DOS2UNIX= yes
-MAKE_ENV+= CXX="${CXX}"
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/kdev
PLIST_FILES= bin/unmass
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.
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