Date: Mon, 9 Jul 2007 18:03:21 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/cakephp Makefile Message-ID: <200707091803.l69I3Lf8089511@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2007-07-09 18:03:21 UTC FreeBSD ports repository Modified files: www/cakephp Makefile Log: The use of "find ... -print0/xargs -0 ..." is faster than "find ... -print/xargs -n1 ...", so use that here to fix file and directory permissions after installation. PR: 114445 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer) Revision Changes Path 1.5 +3 -2 ports/www/cakephp/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707091803.l69I3Lf8089511>