aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/mozilla/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index 370676a4e8b7..98ac45e8c8b2 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -240,7 +240,7 @@ post-build:
${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome; \
${TOUCH} ./chrome/user-skins.rdf ./chrome/user-locales.rdf)
- ${FIND} ${WRKSRC}/dist/bin -type d | /usr/bin/sort -r | \
+ ${FIND} ${WRKSRC}/dist/bin -type d | ${SORT} -r | \
${XARGS} ${RMDIR} 2> /dev/null || ${TRUE}
pre-install: