diff options
Diffstat (limited to 'irc/atheme-services/Makefile')
-rw-r--r-- | irc/atheme-services/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/atheme-services/Makefile b/irc/atheme-services/Makefile index 9b69708cb6fd..3f1072d0d249 100644 --- a/irc/atheme-services/Makefile +++ b/irc/atheme-services/Makefile @@ -90,7 +90,7 @@ post-install: @${RMDIR} ${STAGEDIR}/var/log/atheme @${RMDIR} ${STAGEDIR}/var/run/atheme .if !${PORT_OPTIONS:MDOCS} - @${RM} -Rf ${STAGEDIR}${PREFIX}/share/doc/atheme + @${RM} -R ${STAGEDIR}${PREFIX}/share/doc/atheme .endif .include <bsd.port.mk> |