openbsd-ports/lang/python/2.5/pkg/UNMESSAGE-main
djm 1cc5fcb98c fix slightly borked packaging:
- idle was incorrectly included in the -main package, not the -idle
  subpackage. Move these to where they belong.

- The -main package installed a ${LOCALBASE}/python-config, which
  would conflict with future python versions. Remove this and add
  a MESSAGE suggesting users symlink python-config2.5 to it if
  necessary

- An Emacs .el files was also installed by the -main package, this
  too would conflict with parallel installs of different major
  releases. Move this to the -tools subpackage.

bump PKG_PATCHLEVEL
2008-10-18 12:01:25 +00:00

6 lines
211 B
Plaintext

Don't forget to remove ${PREFIX}/bin/python,
${PREFIX}/bin/python-config or/and
${PREFIX}/bin/pydoc if they were symlinks to
${PREFIX}/bin/python2.5, ${PREFIX}/bin/python2.5-config
or to ${PREFIX}/bin/pydoc2.5.