Revision: 37966 http://trac.macosforge.org/projects/macports/changeset/37966 Author: raimue@macports.org Date: 2008-06-30 19:14:20 -0700 (Mon, 30 Jun 2008) Log Message: ----------- sysutils/python_select: Add new select file 'none', which just deletes all symlinks created by python_select Modified Paths: -------------- trunk/dports/sysutils/python_select/Portfile Added Paths: ----------- trunk/dports/sysutils/python_select/files/none Modified: trunk/dports/sysutils/python_select/Portfile =================================================================== --- trunk/dports/sysutils/python_select/Portfile 2008-07-01 02:06:03 UTC (rev 37965) +++ trunk/dports/sysutils/python_select/Portfile 2008-07-01 02:14:20 UTC (rev 37966) @@ -4,7 +4,7 @@ name python_select version 0.1 -revision 3 +revision 4 categories sysutils platforms darwin maintainers raimue @@ -23,7 +23,7 @@ # install all files post-destroot { xinstall -m 755 -d ${destroot}${prefix}/etc/select/python - xinstall -m 644 -W ${filespath} base ${destroot}${prefix}/etc/select/python + xinstall -m 644 -W ${filespath} base none ${destroot}${prefix}/etc/select/python } platform darwin 7 { Added: trunk/dports/sysutils/python_select/files/none =================================================================== --- trunk/dports/sysutils/python_select/files/none (rev 0) +++ trunk/dports/sysutils/python_select/files/none 2008-07-01 02:14:20 UTC (rev 37966) @@ -0,0 +1,12 @@ +- +- +- +- +- +- +- +- +- +- +- +-
participants (1)
-
raimue@macports.org