diff options
Diffstat (limited to 'www/jericho-html/Makefile')
-rw-r--r-- | www/jericho-html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/jericho-html/Makefile b/www/jericho-html/Makefile index 799fe84bd813..e79f3b58d5c4 100644 --- a/www/jericho-html/Makefile +++ b/www/jericho-html/Makefile @@ -20,7 +20,7 @@ PORTDOCS= * PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}.jar do-build: - (cd ${WRKSRC} && ${RM} -rf classes/* && ${SETENV} \ + (cd ${WRKSRC} && ${RM} -r classes/* && ${SETENV} \ LANG=en_US.ISO8859-1 ${JAVAC} \ -classpath ${INTERFACES:S, ,,g} \ -d classes src/java/net/htmlparser/jericho/*.java \ |