svn commit: r358268 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jun 18 12:35:12 UTC 2014
Author: bapt
Date: Wed Jun 18 12:35:11 2014
New Revision: 358268
URL: http://svnweb.freebsd.org/changeset/ports/358268
QAT: https://qat.redports.org/buildarchive/r358268/
Log:
Revert a commit that should not have crept in
Modified:
head/Mk/bsd.commands.mk
Modified: head/Mk/bsd.commands.mk
==============================================================================
--- head/Mk/bsd.commands.mk Wed Jun 18 12:33:21 2014 (r358267)
+++ head/Mk/bsd.commands.mk Wed Jun 18 12:35:11 2014 (r358268)
@@ -75,7 +75,7 @@ REALPATH?= /bin/realpath
RM?= /bin/rm
RMDIR?= /bin/rmdir
SED?= /usr/bin/sed
-SETENV?= /usr/bin/env -i PATH="${PATH}"
+SETENV?= /usr/bin/env
SH?= /bin/sh
SORT?= /usr/bin/sort
STRIP_CMD?= /usr/bin/strip
More information about the svn-ports-all
mailing list