sed -e "s!%prefix%!$(prefix)!g" -e 's!%exe%!$(PYTHONFRAMEWORK)!g'<"$(srcdir)/IDLE/IDLE.app/Contents/MacOS/IDLE">"$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app/Contents/MacOS/IDLE"
sed "s!%version%!`$(RUNSHARED)$(BUILDPYTHON) -c 'import platform; print(platform.python_version())'`!g"<"$(srcdir)/IDLE/IDLE.app/Contents/Info.plist">"$(DESTDIR)$(PYTHONAPPSDIR)/IDLE.app/Contents/Info.plist"
if [ -f"$(DESTDIR)$(LIBDEST)/idlelib/config-main.def" ];then \