diff options
Diffstat (limited to 'audio/jack/Makefile')
-rw-r--r-- | audio/jack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 24c434f89497..3c2ca847b3dd 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -61,9 +61,9 @@ post-patch: ${WRKSRC}/example-clients/Makefile.in @${REINPLACE_CMD} -e 's|md5sum|md5 -q|g' \ ${WRKSRC}/jackd/Makefile.in - @${RM} -f ${WRKSRC}/doc/reference/html/* + @${RM} ${WRKSRC}/doc/reference/html/* post-build: - @${RM} -f ${WRKSRC}/doc/reference/html/dir__2F* + @${RM} ${WRKSRC}/doc/reference/html/dir__2F* .include <bsd.port.mk> |