diff options
Diffstat (limited to 'devel/valgrind-devel/Makefile')
-rw-r--r-- | devel/valgrind-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/valgrind-devel/Makefile b/devel/valgrind-devel/Makefile index 0e117c64f824..66f497078f3c 100644 --- a/devel/valgrind-devel/Makefile +++ b/devel/valgrind-devel/Makefile @@ -85,7 +85,7 @@ PLIST_SUB+= AMD64="@comment " .if !${PORT_OPTIONS:MDOCS} post-patch: - @${RM} -rf ${WRKSRC}/docs/html + @${RM} -r ${WRKSRC}/docs/html .endif post-build: |