Subject: CVS commit: pkgsrc/mail/squirrelmail
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 01/20/2006 23:56:59
Module Name:	pkgsrc
Committed By:	joerg
Date:		Fri Jan 20 23:56:59 UTC 2006

Modified Files:
	pkgsrc/mail/squirrelmail: Makefile

Log Message:
Use SUBST framework. Replace some "find foo | xargs bar" with
"find foo -exec bar {} \;" while here, the former is faster, but can't
cope with all quoting issues and is also more likely to hit argument
length limits. CONFLICT to ja-squirrelmail.


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 pkgsrc/mail/squirrelmail/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.