blob: c60c454625625e12545756f5048e36404c2ae116 (
plain) (
blame)
1
2
3
4
5
6
|
# needed to avoid polluting /root with .subversion/ leftovers,
# which will cause package builders to complain on staging.
#
# www/trac issues some svn command on installing certain plugins,
# if it was built with the SVN option enabled
MAKE_ENV+= HOME=/dev/null
|