CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/09/02 10:49:03
Modified files:
lang/python/2.7: Makefile
lang/python/2.7/patches: patch-Makefile_pre_in
Removed files:
lang/python/3.9/patches: patch-Makefile_pre_in
Log message:
Python tidying: remove old build-system patch which replaced ${INSTALL_DATA}
with cp, presumably it was used as part of build rather than fake-install
and had problems with non-root builds. install has been mocked in ports
builds for some time now (as part of the PORTS_PRIVSEP) so that's not needed.
ok kmos@