diff options
author | krion <krion@FreeBSD.org> | 2018-01-10 15:55:18 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2018-01-10 15:55:18 +0800 |
commit | 28ef644b19c2374a0699972804c20219c2813b76 (patch) | |
tree | 05f4082ce2c86ce79d122bf75d07638bdb95469e | |
parent | 8ccd60eb09b1934f2247f522eab784959b713dcc (diff) | |
download | freebsd-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/Makefile | 2 |
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> |