1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

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.
This commit is contained in:
Michael Nottebrock 2005-12-21 18:00:59 +00:00
parent 71120f4bb8
commit 9ff5167613
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151778

View File

@ -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>