svn commit: r345380 - head/misc/localedata

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 21 14:45:55 UTC 2014


Mathieu Arnold <mat at FreeBSD.org> wrote:
> +--On 21 février 2014 12:46:07 +0000 Emanuel Haupt
> <ehaupt at FreeBSD.org> wrote:
> |  do-install:
> | -	${MKDIR} ${TARGET_DIR}
> | -	${PAX} -rw -s,${WRKSRC},, ${WRKSRC}/locale ${TARGET_DIR}
> | +	${MKDIR} ${STAGEDIR}${TARGET_DIR}
> | +	${PAX} -rw -s,${WRKSRC},, ${WRKSRC}/locale ${STAGEDIR}
> | ${TARGET_DIR}
> 
> It would have been nice to replace that PAX command by something like:
> 
> cd ${WRKSRC} && ${COPYTREE_SHARE} locale ${STAGEDIR}${TARGETDIR}

Good idea. I've just committed the patch.

Emanuel


More information about the svn-ports-head mailing list