Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2018 07:55:18 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458614 - head/security/libdecaf
Message-ID:  <201801100755.w0A7tIrF077286@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Wed Jan 10 07:55:18 2018
New Revision: 458614
URL: https://svnweb.freebsd.org/changeset/ports/458614

Log:
  Use ${COPYTREE_SHARE} instead of ${CP}
  
  Reported by:	mat

Modified:
  head/security/libdecaf/Makefile

Modified: head/security/libdecaf/Makefile
==============================================================================
--- head/security/libdecaf/Makefile	Wed Jan 10 07:39:30 2018	(r458613)
+++ head/security/libdecaf/Makefile	Wed Jan 10 07:55:18 2018	(r458614)
@@ -25,7 +25,7 @@ post-patch:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/* ${STAGEDIR}${PREFIX}/bin/
-	${CP} -R ${WRKSRC}/src/GENERATED/include/* ${STAGEDIR}${PREFIX}/include/
+	cd ${WRKSRC}/src/GENERATED/include && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/
 	${INSTALL_LIB} ${WRKSRC}/build/lib/* ${STAGEDIR}${PREFIX}/lib/
 
 .include <bsd.port.mk>



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