diff options
Diffstat (limited to 'www/yabb/Makefile')
-rw-r--r-- | www/yabb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/yabb/Makefile b/www/yabb/Makefile index 93c4760372fe..6f32fdcaddf3 100644 --- a/www/yabb/Makefile +++ b/www/yabb/Makefile @@ -44,7 +44,7 @@ PERLFILES= AdminIndex.pl BoardConvert.pl Convert.pl \ Convert2x.pl Setup.pl Sources/SpellChecker.pl YaBB.pl post-extract: - @${RM} -rf ${WCGI}/Convert ${WCGI}/Modules ${WCGI}/FixFile.pl + @${RM} -r ${WCGI}/Convert ${WCGI}/Modules ${WCGI}/FixFile.pl do-patch: .for _I in ${PERLFILES} |