summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/localedata/Makefile2
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>