Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2010 13:18:49 -0700
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Cc:        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:  <20101014131849.f4fb0990.stas@FreeBSD.org>
In-Reply-To: <201010141649.o9EGntlK094827@repoman.freebsd.org>
References:  <201010141649.o9EGntlK094827@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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?

-- 
Stanislav Sedov
ST4096-RIPE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101014131849.f4fb0990.stas>