Give actual commands, and filenames in correct order, so users can copy and sudo under X.
OK? Index: pkg/MESSAGE =================================================================== RCS file: /cvs/ports/lang/python/2.4/pkg/MESSAGE,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 MESSAGE --- pkg/MESSAGE 7 Jun 2005 01:12:55 -0000 1.1.1.1 +++ pkg/MESSAGE 10 Nov 2005 00:42:14 -0000 @@ -1,3 +1,4 @@ -If you want to use this package as your default system python, make -${PREFIX}/bin/python a symlink to ${PREFIX}/bin/python2.4 and -${PREFIX}/bin/pydoc a symlink to ${PREFIX}/bin/pydoc2.4. +If you want to use this package as your default system python, create +symbolic links like so: +ln -s ${PREFIX}/bin/python2.4 ${PREFIX}/bin/python +ln -s ${PREFIX}/bin/pydoc2.4 ${PREFIX}/bin/pydoc