1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Fix test

This commit is contained in:
Dmitry Marakasov 2019-02-12 16:37:51 +00:00
parent 21fd8b3e49
commit 325660a1c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492790

View File

@ -37,7 +37,7 @@ post-install-EXAMPLES-on:
do-test:
@cd ${WRKSRC}/examples/ && for f in *; do \
${WRKSRC}/${PORTNAME} -o "${WRKSRC}/$$f.png" "$$f"; \
${BUILD_WRKSRC}/${PORTNAME} -o "${WRKSRC}/$$f.png" "$$f"; \
${FILE} "${WRKSRC}/$$f.png" | ${GREP} -q 'PNG'; \
done