diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:03:59 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:03:59 +0000 |
commit | 985ad018658ea12b1f67b9a76f8252fac0982438 (patch) | |
tree | c6a0fe4d0e9b03f6c013428cbbeb07d9a675df60 /x11-toolkits/py-wxPython | |
parent | b5c7760f0d920526e1294c638453a20f3c07ec03 (diff) | |
download | ports-985ad018658ea12b1f67b9a76f8252fac0982438.tar.gz ports-985ad018658ea12b1f67b9a76f8252fac0982438.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-wxPython')
-rw-r--r-- | x11-toolkits/py-wxPython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-wxPython/Makefile b/x11-toolkits/py-wxPython/Makefile index 65d05eb363f0..eb013b3cbb10 100644 --- a/x11-toolkits/py-wxPython/Makefile +++ b/x11-toolkits/py-wxPython/Makefile @@ -29,7 +29,7 @@ DEMO_DIR= ${PYTHONPREFIX_SITELIBDIR}/wxPython/demo post-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/demo .if !defined(DEBUG_FLAGS) - @find ${WRKSRC} -name "*.so" | xargs strip + @${FIND} ${WRKSRC} -name "*.so" | ${XARGS} strip .endif post-install: |