diff options
Diffstat (limited to 'sysutils/amrstat/Makefile')
-rw-r--r-- | sysutils/amrstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/amrstat/Makefile b/sysutils/amrstat/Makefile index b4b072d69fcf..0e74e2565f2a 100644 --- a/sysutils/amrstat/Makefile +++ b/sysutils/amrstat/Makefile @@ -35,7 +35,7 @@ NO_WRKSUBDIR= yes SUB_FILES+= ${PERIODICSCRIPT} post-extract: - ${RM} -f ${WRKSRC}/amrstat + ${RM} ${WRKSRC}/amrstat do-install: ${INSTALL_PROGRAM} ${WRKSRC}/amrstat ${STAGEDIR}${PREFIX}/sbin |