diff options
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 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> |