mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
Use COPYTREE_SHARE instead of CP -R
PR: ports/169322
This commit is contained in:
parent
a211a2b1ff
commit
5d9843b75b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300692
1 changed files with 2 additions and 2 deletions
|
@ -149,8 +149,8 @@ post-patch:
|
||||||
${FIND} ${WRKSRC} -name \*.orig -exec ${RM} -f \{} \;
|
${FIND} ${WRKSRC} -name \*.orig -exec ${RM} -f \{} \;
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${XEMACSDIR}
|
${MKDIR} ${XEMACSDIR}/${PACKAGES_SUBDIR}
|
||||||
${CP} -R ${WRKSRC} ${XEMACSDIR}
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${XEMACSDIR}/${PACKAGES_SUBDIR})
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@cd ${WRKDIR} && \
|
@cd ${WRKDIR} && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue