diff options
Diffstat (limited to 'audio/rioutil')
-rw-r--r-- | audio/rioutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index 95669d7df1a7..a65eff9432e9 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -19,6 +19,6 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip post-extract: - @${RM} -f ${WRKSRC}/src/getopt* + @${RM} ${WRKSRC}/src/getopt* .include <bsd.port.mk> |