Use COPYTREE_SHARE instead of CP -R

PR:		ports/169322
This commit is contained in:
Chris Rees 2012-07-09 20:00:07 +00:00
parent a211a2b1ff
commit 5d9843b75b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300692

View file

@ -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} && \