diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index d3fff06cddf0..66b0677804fc 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -72,5 +72,7 @@ post-patch: ${WRKSRC}/example-clients/Makefile.in ${REINPLACE_CMD} -e "s,-ldl,," ${WRKSRC}/jackd/Makefile.in \ ${WRKSRC}/example-clients/Makefile.in +post-build: + ${RM} -f ${WRKSRC}/doc/reference/html/dir__2F* .include <bsd.port.post.mk> |