Use the correct variable for find(1).

This commit is contained in:
Dag-Erling Smørgrav 2017-03-22 20:57:28 +01:00
parent f164c3ac6e
commit a82671403f
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ do-install:
post-stage:
(cd ${STAGEDIR} && \
find -s . -type f -or -type l | cut -c 2-) >>${TMPPLIST}
${FIND} -s . -type f -or -type l | cut -c 2-) >>${TMPPLIST}
.include <bsd.port.mk>