1 | --- Portfile 2007-11-07 12:58:01.000000000 +0100 |
---|
2 | +++ Portfile.new 2007-11-07 12:57:36.000000000 +0100 |
---|
3 | @@ -4,6 +4,7 @@ |
---|
4 | PortGroup python24 1.0 |
---|
5 | name py-setuptools |
---|
6 | version 0.6c7 |
---|
7 | +revision 1 |
---|
8 | categories-append devel |
---|
9 | maintainers stechert@macports.org |
---|
10 | description distutils enhancement for build and distribution |
---|
11 | @@ -28,5 +29,6 @@ |
---|
12 | pkg_resources.txt setuptools.txt \ |
---|
13 | ${destroot}${prefix}/share/doc/${name} |
---|
14 | eval file delete [glob ${destroot}${python.pkgd}/site.py*] |
---|
15 | + file delete ${destroot}${prefix}/bin/easy_install |
---|
16 | } |
---|
17 | |
---|