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

Stanislav Sedov stas at FreeBSD.org
Thu Oct 14 20:18:41 UTC 2010


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?

-- 
Stanislav Sedov
ST4096-RIPE


More information about the cvs-all mailing list