diff options
Diffstat (limited to 'devel/lutok/Makefile')
-rw-r--r-- | devel/lutok/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/lutok/Makefile b/devel/lutok/Makefile index 6fcbe64b0a99..391ae5befc77 100644 --- a/devel/lutok/Makefile +++ b/devel/lutok/Makefile @@ -53,7 +53,7 @@ PLIST_SUB+= TESTS="@comment " .if ! ${PORT_OPTIONS:MDOCS} pre-install: .SILENT - ${RM} -rf ${WRKSRC}/api-docs + ${RM} -r ${WRKSRC}/api-docs .endif .include <bsd.port.mk> |