aboutsummaryrefslogtreecommitdiff
path: root/www/axis2
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 20:04:13 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 20:04:13 +0000
commitbc0267ece18b74140cfa0a701ae202f8106d57ea (patch)
tree7bc58f887f175af4923a0d1b106e218e1ab09f41 /www/axis2
parenta2d7f4473f27f40e3b6906cb1e8d4ce922f2aa07 (diff)
downloadports-bc0267ece18b74140cfa0a701ae202f8106d57ea.tar.gz
ports-bc0267ece18b74140cfa0a701ae202f8106d57ea.zip
- Fix build on pre-10.x after previous commit
Notes
Notes: svn path=/head/; revision=389992
Diffstat (limited to 'www/axis2')
-rw-r--r--www/axis2/Makefile2
1 files changed, 1 insertions, 1 deletions
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