mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -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 \{} \;
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${XEMACSDIR}
|
||||
${CP} -R ${WRKSRC} ${XEMACSDIR}
|
||||
${MKDIR} ${XEMACSDIR}/${PACKAGES_SUBDIR}
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${XEMACSDIR}/${PACKAGES_SUBDIR})
|
||||
|
||||
post-install:
|
||||
@cd ${WRKDIR} && \
|
||||
|
|
Loading…
Add table
Reference in a new issue