Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 14:45:21 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345471 - head/misc/localedata
Message-ID:  <201402211445.s1LEjLtA001965@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402211445.s1LEjLtA001965>