diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-05-28 20:04:45 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-05-28 20:04:45 +0000 |
commit | 82b6624d43893e2554acf09e2a8042c86226e06a (patch) | |
tree | b5b6434d1eac75d99f337b32702fcc77786c70c2 /misc/localedata | |
parent | ef4e465eec4fe423a16fdb79102df22b3713d328 (diff) | |
download | ports-82b6624d43893e2554acf09e2a8042c86226e06a.tar.gz ports-82b6624d43893e2554acf09e2a8042c86226e06a.zip |
Notes
Diffstat (limited to 'misc/localedata')
-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> |