aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2018-01-10 15:55:18 +0800
committerkrion <krion@FreeBSD.org>2018-01-10 15:55:18 +0800
commit28ef644b19c2374a0699972804c20219c2813b76 (patch)
tree05f4082ce2c86ce79d122bf75d07638bdb95469e
parent8ccd60eb09b1934f2247f522eab784959b713dcc (diff)
downloadfreebsd-ports-gnome-28ef644b19c2374a0699972804c20219c2813b76.tar.gz
freebsd-ports-gnome-28ef644b19c2374a0699972804c20219c2813b76.tar.zst
freebsd-ports-gnome-28ef644b19c2374a0699972804c20219c2813b76.zip
Use ${COPYTREE_SHARE} instead of ${CP}
Reported by: mat
-rw-r--r--security/libdecaf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libdecaf/Makefile b/security/libdecaf/Makefile
index 05b19cd19e01..b9c080e74fec 100644
--- a/security/libdecaf/Makefile
+++ b/security/libdecaf/Makefile
@@ -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>