svn commit: r345471 - head/misc/localedata

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 21 14:45:21 UTC 2014


Author: ehaupt
Date: Fri Feb 21 14:45:20 2014
New Revision: 345471
URL: http://svnweb.freebsd.org/changeset/ports/345471
QAT: https://qat.redports.org/buildarchive/r345471/

Log:
  Replace PAX with COPYTREE_SHARE
  
  Notified by:	mat

Modified:
  head/misc/localedata/Makefile

Modified: head/misc/localedata/Makefile
==============================================================================
--- head/misc/localedata/Makefile	Fri Feb 21 14:35:12 2014	(r345470)
+++ head/misc/localedata/Makefile	Fri Feb 21 14:45:20 2014	(r345471)
@@ -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>


More information about the svn-ports-all mailing list