aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2005-12-22 02:00:59 +0800
committerlofi <lofi@FreeBSD.org>2005-12-22 02:00:59 +0800
commitabafd0f7b48ef255414872f28886eceba76529a7 (patch)
treed8ccb8df4a10531b3ee3f8aa1df540dba68acd18 /audio
parent64dec35fac3965b2a2f7665306bf29a5cc9991ab (diff)
downloadfreebsd-ports-gnome-abafd0f7b48ef255414872f28886eceba76529a7.tar.gz
freebsd-ports-gnome-abafd0f7b48ef255414872f28886eceba76529a7.tar.zst
freebsd-ports-gnome-abafd0f7b48ef255414872f28886eceba76529a7.zip
The latest doxygen update seems to feature a funky bug that makes it create
some dir__2Ffull_2Fpath_2Fto_2F${WRKSRC}_2F.html files. Since there is no sensible way to put these into pkg-plist and they seem to be just copies of the dir_<number>.html files anyway, delete them pre- install.
Diffstat (limited to 'audio')
-rw-r--r--audio/jack/Makefile2
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>