Changeset 37861 for trunk/dports


Ignore:
Timestamp:
Jun 26, 2008, 9:28:57 PM (16 years ago)
Author:
blair@…
Message:

Fix the build when findutils +with_default_names is installed which
installs an xargs that propogates the non-zero exit code from rm -fr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/python25/Portfile

    r37846 r37861  
    5151                Mac/PythonLauncher/Makefile.in \
    5252                Mac/BuildScript/build-installer.py
     53        reinplace "s|xargs -0 rm -r|xargs -0 rm -rf|g" \
     54                Mac/PythonLauncher/Makefile.in
    5355}
    5456
Note: See TracChangeset for help on using the changeset viewer.