1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Ignore references to stagedir in .fmt and .log files generated for tex formats

Those are harmless (records from which file they were generated from) and
removing them would require ugly hacks according to hrs@

PR:		ports/192933
Differential Revision:	https://reviews.freebsd.org/D684
Reviewed by:	bapt, hrs
With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-08-30 08:55:57 +00:00
parent 8621234c63
commit 8ffd5fe7a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366597

View File

@ -121,6 +121,8 @@ paths() {
*/lib/ruby/gems/*/Makefile) continue ;;
*/lib/ruby/gems/*/Makefile.html) continue ;;
*/lib/ruby/gems/*/mkmf.log) continue ;;
*/share/texmf-var/web2c/*/*.fmt) continue ;;
*/share/texmf-var/web2c/*/*.log) continue ;;
esac
err "'${f#${STAGEDIR}${PREFIX}/}' is referring to ${STAGEDIR}"
rc=1