diff options
author | joerg <joerg@FreeBSD.org> | 2005-04-10 21:25:09 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2005-04-10 21:25:09 +0000 |
commit | 6e16187202aeae54c87ae5cad0b3477e6092b670 (patch) | |
tree | 9c1efee26f617c830c46de7fa21581fd51ec0470 /devel/avr-libc | |
parent | 39dc42411a96d72b7518d114a30ac15f3827b42e (diff) | |
download | FreeBSD-ports-6e16187202aeae54c87ae5cad0b3477e6092b670.zip FreeBSD-ports-6e16187202aeae54c87ae5cad0b3477e6092b670.tar.gz |
Remove yet another kind of temp files doxygen is so fond about to
install into the man page location.
Diffstat (limited to 'devel/avr-libc')
-rw-r--r-- | devel/avr-libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index 96c6bea..6f2ce44 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -7,7 +7,7 @@ PORTNAME= avr-libc PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} @@ -84,6 +84,7 @@ do-install: done .if !defined(NOPORTDOCS) ${RM} -f ${PREFIX}/share/doc/avr-libc/man/man3/_tmp* + ${RM} -f ${PREFIX}/share/doc/avr-libc/man/man3/_work* .endif .include <bsd.port.mk> |