mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
6014d335db
environment in order to avoid polluting non-stage directories on build and installation www/trac-wikitopdf: - Remove easy_install dependency Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Thanks to: bdrewery@
7 lines
263 B
Makefile
7 lines
263 B
Makefile
# 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
|