diff options
author | lofi <lofi@FreeBSD.org> | 2005-12-22 02:00:59 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-12-22 02:00:59 +0800 |
commit | abafd0f7b48ef255414872f28886eceba76529a7 (patch) | |
tree | d8ccb8df4a10531b3ee3f8aa1df540dba68acd18 /audio | |
parent | 64dec35fac3965b2a2f7665306bf29a5cc9991ab (diff) | |
download | freebsd-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/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> |