aboutsummaryrefslogtreecommitdiffstats
path: root/misc/localedata/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/localedata/Makefile')
-rw-r--r--misc/localedata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/localedata/Makefile b/misc/localedata/Makefile
index 288bcaa2d9d5..72b6ca4fefe7 100644
--- a/misc/localedata/Makefile
+++ b/misc/localedata/Makefile
@@ -28,6 +28,6 @@ post-extract:
do-install:
${MKDIR} ${TARGET_DIR}
- ${PAX} -rw -s${WRKSRC} ${WRKSRC}/locale ${TARGET_DIR}
+ ${PAX} -rw -s,${WRKSRC},, ${WRKSRC}/locale ${TARGET_DIR}
.include <bsd.port.mk>