From 306e7dbcbdecdcd48442295c14ed0e5141034b1f Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Thu, 11 Mar 2004 06:38:26 +0000 Subject: [PATCH] s|/usr/bin/sort|${SORT}| --- www/mozilla/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: