aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2005-04-11 05:25:09 +0800
committerJoerg Wunsch <joerg@FreeBSD.org>2005-04-11 05:25:09 +0800
commit590aca19aa242c6ccb15ed6c1c960fe80ad3192b (patch)
tree50e18a2182cb2f1fac5eb15f0f27b4bf329bb5ba /devel
parent570b2df3e6a2310026246b9cd7242061e9e248c1 (diff)
downloadfreebsd-ports-gnome-590aca19aa242c6ccb15ed6c1c960fe80ad3192b.tar.gz
freebsd-ports-gnome-590aca19aa242c6ccb15ed6c1c960fe80ad3192b.tar.zst
freebsd-ports-gnome-590aca19aa242c6ccb15ed6c1c960fe80ad3192b.zip
Remove yet another kind of temp files doxygen is so fond about to
install into the man page location.
Diffstat (limited to 'devel')
-rw-r--r--devel/avr-libc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile
index 96c6beac201c..6f2ce441f9bd 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>