mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Fix test
This commit is contained in:
parent
21fd8b3e49
commit
325660a1c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492790
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user