aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/timemon
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-06-29 22:03:40 +0800
committerdinoex <dinoex@FreeBSD.org>2007-06-29 22:03:40 +0800
commit7ca36727dc7f9ad745a454a2337b1b20e720e954 (patch)
tree577494b44f7432e826b36a2b591cff6bbbf09d0a /sysutils/timemon
parent6beec3ab231fa0c6d913c2e3aaca0fb0c772cefb (diff)
downloadfreebsd-ports-gnome-7ca36727dc7f9ad745a454a2337b1b20e720e954.tar.gz
freebsd-ports-gnome-7ca36727dc7f9ad745a454a2337b1b20e720e954.tar.zst
freebsd-ports-gnome-7ca36727dc7f9ad745a454a2337b1b20e720e954.zip
- clean old object files to fix build on all archs
Diffstat (limited to 'sysutils/timemon')
-rw-r--r--sysutils/timemon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/timemon/Makefile b/sysutils/timemon/Makefile
index 915a55e62079..caf607af627d 100644
--- a/sysutils/timemon/Makefile
+++ b/sysutils/timemon/Makefile
@@ -26,6 +26,6 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/TimeMon
post-patch:
- ${RM} ${WRKSRC}/shared_obj/loadave.o
+ ${RM} ${WRKSRC}/shared_obj/*.*
.include <bsd.port.mk>