svn commit: r332417 - head/deskutils/tine20
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Nov 6 05:19:13 UTC 2013
On Fri, Nov 01, 2013 at 10:41:09PM +0000, Mark Felder wrote:
> New Revision: 332417
> URL: http://svnweb.freebsd.org/changeset/ports/332417
>
> do-install:
> - ${MKDIR} ${WWWDIR}
> - @cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR}
> + ${MKDIR} ${STAGEDIR}${WWWDIR}
> + @cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR}
It is better to use dot (.) rather than shell globs (no need to worry
about escaping, looks more neat, etc.). Dot is also recommented syntax
per PH (section 5.15.3).
./danfe
More information about the svn-ports-all
mailing list