diff options
Diffstat (limited to 'www/mozilla-vendor/Makefile')
-rw-r--r-- | www/mozilla-vendor/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile index 142c2f3..ed7681c 100644 --- a/www/mozilla-vendor/Makefile +++ b/www/mozilla-vendor/Makefile @@ -67,9 +67,7 @@ post-build: ${ECHO} skin,install,select,classic/1.0 >> chrome/installed-chrome.txt; \ ${ECHO} locale,install,select,en-US >> chrome/installed-chrome.txt; \ ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) - # Prune empty chrome dirs, so we don't have to pollute PLIST with - # zillion "@exec mkdir" and "@dirrm" - @/usr/bin/find ${WRKSRC}/dist/bin -type d | \ + @/usr/bin/find ${WRKSRC}/dist/bin -type d | /usr/bin/sort -r | \ /usr/bin/xargs ${RMDIR} 2> /dev/null || ${TRUE} do-install: |