Subject: Re: teTeX broke (NetBSD master CVS tree commits (fwd))
To: Bjoern Labitzke <hermit@labitzke.isdn.cs.tu-berlin.de>
From: Charles M. Hannum <mycroft@mit.edu>
List: tech-pkg
Date: 07/26/1998 05:30:28
> I think this change is the reason that teTeX seems broken now. When
> running make or make install awk reports a syntax error in the expression
> [...]

Actually, it broke any pkg where the distfiles go in a subdirectory.
The / in the file name terminates the regular expression.

I just changed it to not use regexps at all for this, and it seems to
work fine.