svn commit: r384975 - head/science/psychopy
Jan Beich
jbeich at FreeBSD.org
Wed Apr 29 13:45:31 UTC 2015
Author: jbeich
Date: Wed Apr 29 13:45:30 2015
New Revision: 384975
URL: https://svnweb.freebsd.org/changeset/ports/384975
Log:
science/psychopy: drop HOME workaround after r359201
Modified:
head/science/psychopy/Makefile
Modified: head/science/psychopy/Makefile
==============================================================================
--- head/science/psychopy/Makefile Wed Apr 29 13:33:41 2015 (r384974)
+++ head/science/psychopy/Makefile Wed Apr 29 13:45:30 2015 (r384975)
@@ -21,9 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python zip
USE_PYTHON= autoplist distutils
-# needed to avoid polluting /root, since psychopy
-# tries to create some configuration files on import
-# through distutils
-MAKE_ENV+= HOME=/dev/null
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list