[Midnightbsd-cvs] mports: sysutils/timemon: Fixes faking issue found on magus, but I'm

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 25 18:11:06 EDT 2007


Log Message:
-----------
Fixes faking issue found on magus, but I'm having issues on xorg 7.3 still

Modified Files:
--------------
    mports/sysutils/timemon:
        Makefile (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/sysutils/timemon/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsysutils/timemon/pkg-plist -Lsysutils/timemon/pkg-plist -u -r1.1 -r1.2
--- sysutils/timemon/pkg-plist
+++ sysutils/timemon/pkg-plist
@@ -10,6 +10,7 @@
 System/Applications/TimeMon.app/TimeMon
 System/Applications/TimeMon.app/library_paths.openapp
 System/Applications/TimeMon.app/stamp.make
+System/Tools/TimeMon
 @dirrm System/Applications/TimeMon.app/Resources/TimeMon.gorm
 @dirrm System/Applications/TimeMon.app/Resources
 @dirrm System/Applications/TimeMon.app
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/sysutils/timemon/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsysutils/timemon/Makefile -Lsysutils/timemon/Makefile -u -r1.1 -r1.2
--- sysutils/timemon/Makefile
+++ sysutils/timemon/Makefile
@@ -8,7 +8,8 @@
 
 PORTNAME=	timemon
 PORTVERSION=	4.0
-CATEGORIES=	sysutils
+PORTREVISION=	1
+CATEGORIES=	sysutils gnustep
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	gap
 DISTNAME=	TimeMon-gnustep
@@ -16,6 +17,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	CPU time usage monitor for GNUstep
+LICENSE=	unknown
 
 WRKSRC=		${WRKDIR}/TimeMon
 USE_GMAKE=	yes
@@ -24,9 +26,8 @@
 USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
-MAKEFILE=	GNUmakefile
 
 post-patch:
-	${RM} ${WRKSRC}/shared_obj/loadave.o
+	${RM} ${WRKSRC}/shared_obj/*.*
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list