diff options
Diffstat (limited to 'biology/libsbml/Makefile')
-rw-r--r-- | biology/libsbml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile index c665da505a8a..953e8322cf8e 100644 --- a/biology/libsbml/Makefile +++ b/biology/libsbml/Makefile @@ -46,8 +46,7 @@ post-patch: post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @${TAR} -C ${WRKSRC}/examples --exclude "*Makefile*" -cf - . | \ - ${TAR} -C ${STAGEDIR}${EXAMPLESDIR} --unlink -xf - - @${CHMOD} -R a+rX ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${EXAMPLESDIR} '! -name *Makefile*' .include <bsd.port.mk> |