cvs commit: ports/www/tinymce3 Makefile distinfo pkg-plist

Boris Samorodov bsam at ipt.ru
Fri Oct 15 15:33:43 UTC 2010


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 at 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


More information about the cvs-ports mailing list