diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 14:45:20 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 14:45:20 +0000 |
commit | df6a0ec07453c5925b4f4888ec22d940818a8f72 (patch) | |
tree | b3a9ec65ec07741372c5d36c6df821c08f0592e8 /misc | |
parent | 365a8496e8a76643eeb69e56b0d46aa7c5125e90 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/localedata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/localedata/Makefile b/misc/localedata/Makefile index 5dabdcbc3782..f96f3de3d664 100644 --- a/misc/localedata/Makefile +++ b/misc/localedata/Makefile @@ -24,6 +24,6 @@ post-extract: do-install: ${MKDIR} ${STAGEDIR}${TARGET_DIR} - ${PAX} -rw -s,${WRKSRC},, ${WRKSRC}/locale ${STAGEDIR}${TARGET_DIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} locale ${STAGEDIR}${TARGET_DIR} .include <bsd.port.mk> |