CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/04/12 13:28:13
Modified files:
lang/python : Makefile.inc
lang/python/2.4: Makefile
lang/python/2.5: Makefile
lang/python/2.6: Makefile
Removed files:
lang/python/2.4/patches: patch-Tools_scripts_pydoc
lang/python/2.5/patches: patch-Tools_scripts_pydoc
lang/python/2.6/patches: patch-Tools_scripts_pydoc
Log message:
Whenever a package installs a script using #!/usr/bin/env, god kills
a kitten.
Let pydoc${VERSION} use #!${LOCALBASE}/bin/python${VERSION} instead
of $!/usr/bin/env python${VERSION}.
ok rpointel@, sthen@ (after some discussion wether post-build is
the proper target for this or not)