Date: Fri, 15 Oct 2010 18:48:55 +0400 From: Boris Samorodov <bsam@ipt.ru> To: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Cc: Stanislav Sedov <stas@FreeBSD.org>, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/tinymce3 Makefile distinfo pkg-plist Message-ID: <41036648@bb.ipt.ru> In-Reply-To: <20101015143749.GA49851@bonjour.sunpoet.net> (Sunpoet Po-Chuan Hsieh's message of "Fri, 15 Oct 2010 22:37:49 %2B0800") References: <201010141649.o9EGntlK094827@repoman.freebsd.org> <20101014131849.f4fb0990.stas@FreeBSD.org> <20101015143749.GA49851@bonjour.sunpoet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 15 Oct 2010 22:37:49 +0800 Sunpoet Po-Chuan Hsieh wrote: > On Thu, Oct 14, 2010 at 01:18:49PM -0700, Stanislav Sedov wrote: > > On Thu, 14 Oct 2010 16:49:55 +0000 (UTC) > > Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> mentioned: > > > > > | @@ -19,7 +19,7 @@ USE_ZIP= yes > > > | WRKSRC= ${WRKDIR}/${PORTNAME} > > > | > > > | do-install: > > > | - @${INSTALL} -d -m 0755 ${WWWDIR} > > > | - @(cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR}) > > > | + ${INSTALL} -d -m 0755 ${WWWDIR} > > > | + (cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR}) > > > > What this change is for? Was it intended? > Just show how installation was done. :) There had been a second question that was not answered. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41036648>