diff options
Diffstat (limited to 'devel/atf/Makefile')
-rw-r--r-- | devel/atf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/atf/Makefile b/devel/atf/Makefile index d1031c688dce..c53dad3e4ec3 100644 --- a/devel/atf/Makefile +++ b/devel/atf/Makefile @@ -33,7 +33,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> |