diff options
Diffstat (limited to 'www/phpwebapp/Makefile')
-rw-r--r-- | www/phpwebapp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/phpwebapp/Makefile b/www/phpwebapp/Makefile index 3f1d8eb0b956..838dfa31e731 100644 --- a/www/phpwebapp/Makefile +++ b/www/phpwebapp/Makefile @@ -20,7 +20,7 @@ SHEBANG_FILES= web_app/boxes/menu/edit/xsl/test/*.sh \ web_app/l10n-module/app/*.sh post-patch: - @${FIND} ${WRKSRC}/web_app/ -name .svn -type d | ${XARGS} -J % ${RM} -fr % + @${FIND} ${WRKSRC}/web_app/ -name .svn -type d | ${XARGS} -J % ${RM} -r % do-install: ${MKDIR} ${STAGEDIR}${WWWDIR}/ |