From bc0267ece18b74140cfa0a701ae202f8106d57ea Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 17 Jun 2015 20:04:13 +0000 Subject: [PATCH] - Fix build on pre-10.x after previous commit --- www/axis2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/axis2/Makefile b/www/axis2/Makefile index 506989a61537..a73b83922282 100644 --- a/www/axis2/Makefile +++ b/www/axis2/Makefile @@ -60,7 +60,7 @@ do-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/samples && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/{} \; - ${FIND} -s ${STAGEDIR}${EXAMPLESDIR} -type d -empty -delete + ${FIND} -d ${STAGEDIR}${EXAMPLESDIR} -type d -empty -exec ${RMDIR} {} \; cd ${WRKSRC}/samples && ${FIND} . -type f -not -name '*.class' -exec ${INSTALL_DATA} {} ${STAGEDIR}${EXAMPLESDIR}/{} \; .endif