diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-12-21 18:00:59 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-12-21 18:00:59 +0000 |
commit | 9ff5167613ed389690f3da3564bfaf1504b4db48 (patch) | |
tree | f3ca5eb8eb68740e009d22a0afc874bf789809b2 | |
parent | TEA is a 64-bit symmetric block cipher with a 128-bit key and a variable number (diff) |
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.
Notes
Notes:
svn path=/head/; revision=151778
-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> |