Date: Mon, 9 Jul 2007 18:10:07 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/114445: commit references a PR Message-ID: <200707091810.l69IA74D086651@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/114445; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/114445: commit references a PR Date: Mon, 9 Jul 2007 18:03:28 +0000 (UTC) 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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707091810.l69IA74D086651>