Received: from cvs.netbsd.org (cvs.netbsd.org [204.152.190.10]) by mail.netbsd.org (Postfix) with ESMTP id 2346463B13B for ; Mon, 21 Jan 2008 07:17:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E3DF721507; Mon, 21 Jan 2008 07:17:50 +0000 (UTC) From: Roland Illig Subject: CVS commit: pkgsrc/www/zope29 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org Message-Id: <20080121071750.E3DF721507@cvs.netbsd.org> Date: Mon, 21 Jan 2008 07:17:50 +0000 (UTC) Content-Length: 569 Lines: 22 Module Name: pkgsrc Committed By: rillig Date: Mon Jan 21 07:17:49 UTC 2008 Modified Files: pkgsrc/www/zope29: Makefile Log Message: Fixing permissions is done in the post-extract stage, since it belongs there, not in post-patch. There's no need to use xargs -0: Solaris doesn't know that option, POSIX doesn't require it, and all the filenames are sane anyway. To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pkgsrc/www/zope29/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.