svn commit: r345380 - head/misc/localedata
Mathieu Arnold
mat at FreeBSD.org
Fri Feb 21 12:55:17 UTC 2014
+--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}
--
Mathieu Arnold
More information about the svn-ports-head
mailing list