diff options
Diffstat (limited to 'devel/shtk/Makefile')
-rw-r--r-- | devel/shtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/shtk/Makefile b/devel/shtk/Makefile index a52b9e6641c4..6832dfd7a5de 100644 --- a/devel/shtk/Makefile +++ b/devel/shtk/Makefile @@ -30,7 +30,7 @@ PLIST_SUB+= TEST= post-install: .if empty(PORT_OPTIONS:MTEST) - @${RM} -rf ${STAGEDIR}${PREFIX}/tests + @${RM} -r ${STAGEDIR}${PREFIX}/tests .endif .include <bsd.port.mk> |