1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/www/trac/plugin.mk
Marcus von Appen 6014d335db - Add a trac/plugin.mk to allow plugins to use the same build and installation
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@
2014-06-17 19:19:53 +00:00

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