aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-05-28 20:04:45 +0000
committerChris Rees <crees@FreeBSD.org>2012-05-28 20:04:45 +0000
commit82b6624d43893e2554acf09e2a8042c86226e06a (patch)
treeb5b6434d1eac75d99f337b32702fcc77786c70c2
parentef4e465eec4fe423a16fdb79102df22b3713d328 (diff)
downloadports-82b6624d43893e2554acf09e2a8042c86226e06a.tar.gz
ports-82b6624d43893e2554acf09e2a8042c86226e06a.zip
Notes
-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>