aboutsummaryrefslogtreecommitdiff
path: root/misc/localedata
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 14:45:20 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 14:45:20 +0000
commitdf6a0ec07453c5925b4f4888ec22d940818a8f72 (patch)
treeb3a9ec65ec07741372c5d36c6df821c08f0592e8 /misc/localedata
parent365a8496e8a76643eeb69e56b0d46aa7c5125e90 (diff)
downloadports-df6a0ec07453c5925b4f4888ec22d940818a8f72.tar.gz
ports-df6a0ec07453c5925b4f4888ec22d940818a8f72.zip
Replace PAX with COPYTREE_SHARE
Notified by: mat
Notes
Notes: svn path=/head/; revision=345471
Diffstat (limited to 'misc/localedata')
-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>