diff options
Diffstat (limited to 'print/openprinting/Makefile')
-rw-r--r-- | print/openprinting/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile index edf46ebbd74a..73df9256077c 100644 --- a/print/openprinting/Makefile +++ b/print/openprinting/Makefile @@ -93,7 +93,7 @@ post-patch: post-install: .for unneeded in bin sbin man/man1 man/mani share - @${RM} -rf ${STAGEDIR}${PREFIX}/${unneeded} + @${RM} -r ${STAGEDIR}${PREFIX}/${unneeded} .endfor .include <bsd.port.mk> |