diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-17 20:04:13 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-17 20:04:13 +0000 |
commit | bc0267ece18b74140cfa0a701ae202f8106d57ea (patch) | |
tree | 7bc58f887f175af4923a0d1b106e218e1ab09f41 /www/axis2 | |
parent | a2d7f4473f27f40e3b6906cb1e8d4ce922f2aa07 (diff) | |
download | ports-bc0267ece18b74140cfa0a701ae202f8106d57ea.tar.gz ports-bc0267ece18b74140cfa0a701ae202f8106d57ea.zip |
Notes
Diffstat (limited to 'www/axis2')
-rw-r--r-- | www/axis2/Makefile | 2 |
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 |