Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2001 16:15:32 -0400 (EDT)
From:      Patrick Li <pat@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30439: Fix port sysutils/wmcpuload
Message-ID:  <200109082015.f88KFWO94951@cc92687-a.wlgrv1.pa.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         30439
>Category:       ports
>Synopsis:       Fix port sysutils/wmcpuload
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 08 13:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.4-RC i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.4-RC FreeBSD 4.4-RC #0: Wed Aug 29 20:10:10 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
- Remove old site
- USE_X_PREFIX
- Remove NO_INSTALL_MANPAGES
>How-To-Repeat:
N/A
>Fix:
diff -ruN /usr/ports/sysutils/wmcpuload/Makefile wmcpuload/Makefile
--- /usr/ports/sysutils/wmcpuload/Makefile	Tue Sep  4 19:26:20 2001
+++ wmcpuload/Makefile	Sat Sep  8 15:00:46 2001
@@ -8,8 +8,7 @@
 PORTNAME=	wmcpuload
 PORTVERSION=	0.6.0
 CATEGORIES=	sysutils windowmaker
-MASTER_SITES=	http://www.sh.rim.or.jp/~ssato/src/ \
-		http://ports.tolkien.dk/
+MASTER_SITES=	http://www.sh.rim.or.jp/~ssato/src/
 DISTNAME=	WMCPULoad-${PORTVERSION}
 
 MAINTAINER=	pat@databits.net
@@ -17,11 +16,9 @@
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
 ONLY_FOR_ARCHS=	i386
-
+USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-
-NO_INSTALL_MANPAGES=	yes
 
 .ifndef(NOPORTDOCS)
 post-install:
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109082015.f88KFWO94951>