diff options
Diffstat (limited to 'security/nmap/Makefile')
-rw-r--r-- | security/nmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index e509561afd92..962746081909 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -47,7 +47,7 @@ CONFIGURE_ARGS+=--without-localdirs \ # XXX limit results if we do a grep in the sources! post-extract: - @${RM} -rf ${WRKSRC}/mswin32 + @${RM} -r ${WRKSRC}/mswin32 post-configure: @${REINPLACE_CMD} -e "s|^DESTDIR *=|& ${DESTDIR}|" ${WRKSRC}/Makefile |