mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
s|/usr/bin/sort|${SORT}|
This commit is contained in:
parent
756e95283e
commit
306e7dbcbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103609
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user