diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-11 06:38:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-11 06:38:26 +0000 |
commit | 306e7dbcbdecdcd48442295c14ed0e5141034b1f (patch) | |
tree | 20155f062b42cb426caf386b25d9309e90e98c36 /www | |
parent | Merge some fixes from mozilla-devel. (diff) |
s|/usr/bin/sort|${SORT}|
Notes
Notes:
svn path=/head/; revision=103609
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile | 2 |
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: |