aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-04-17 13:53:35 +0800
committerbdrewery <bdrewery@FreeBSD.org>2014-04-17 13:53:35 +0800
commitf95691b670fe63ff3f25a9e42d2c9cdac4afa9be (patch)
tree5a9e244c7eb785ebce58beb50056b05ee0e02b09 /sysutils
parent1694ee139e6c7a126959f8729ca347a3578ba3e2 (diff)
downloadfreebsd-ports-gnome-f95691b670fe63ff3f25a9e42d2c9cdac4afa9be.tar.gz
freebsd-ports-gnome-f95691b670fe63ff3f25a9e42d2c9cdac4afa9be.tar.zst
freebsd-ports-gnome-f95691b670fe63ff3f25a9e42d2c9cdac4afa9be.zip
- Pass MAKE_ENV into build so that WITH_CCACHE_BUILD works
With hat: portmgr
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ucspi-ipc/Makefile2
-rw-r--r--sysutils/ucspi-ssl/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ucspi-ipc/Makefile b/sysutils/ucspi-ipc/Makefile
index d1116ccf4e65..9767c9d0d98c 100644
--- a/sysutils/ucspi-ipc/Makefile
+++ b/sysutils/ucspi-ipc/Makefile
@@ -24,7 +24,7 @@ do-configure:
${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc
do-build:
- cd ${WRKSRC} && package/compile
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} package/compile
do-install:
.for x in ipccat ipcconnect ipcdo ipcrun
diff --git a/sysutils/ucspi-ssl/Makefile b/sysutils/ucspi-ssl/Makefile
index de8a5ab7029a..cf8cb48155d9 100644
--- a/sysutils/ucspi-ssl/Makefile
+++ b/sysutils/ucspi-ssl/Makefile
@@ -45,7 +45,7 @@ do-configure:
${ECHO_CMD} "/etc/ssl/dh1024.pem" > ${WRKSRC}/src/conf-dhfile
do-build:
- cd ${WRKSRC} && package/compile
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} package/compile
do-install:
.for x in ${SCRIPTS_TO_INSTALL}