aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2011-03-24 00:39:35 +0800
committerdhn <dhn@FreeBSD.org>2011-03-24 00:39:35 +0800
commit9368733df75ad22c6b81e33c79a70fc42d9c4ce2 (patch)
tree33e3691aecc5f2df0b05b14864d0ce5c50494a41
parent5a51723b247a242b32f8c2fe27534c9e68763344 (diff)
downloadfreebsd-ports-gnome-9368733df75ad22c6b81e33c79a70fc42d9c4ce2.tar.gz
freebsd-ports-gnome-9368733df75ad22c6b81e33c79a70fc42d9c4ce2.tar.zst
freebsd-ports-gnome-9368733df75ad22c6b81e33c79a70fc42d9c4ce2.zip
- Fix MASTER_SITES
- Add WWW in pkg-descr - Utilize PLIST_FILES PR: ports/155801 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
-rw-r--r--sysutils/xcpustate/Makefile20
-rw-r--r--sysutils/xcpustate/pkg-descr2
-rw-r--r--sysutils/xcpustate/pkg-plist2
3 files changed, 11 insertions, 13 deletions
diff --git a/sysutils/xcpustate/Makefile b/sysutils/xcpustate/Makefile
index 99c86ddc35ff..29f72d7f1575 100644
--- a/sysutils/xcpustate/Makefile
+++ b/sysutils/xcpustate/Makefile
@@ -10,24 +10,22 @@ PORTNAME= xcpustate
PORTVERSION= 2.9
PORTREVISION= 2
CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/jdd/xcpustate/ \
- ${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= utilities
+MASTER_SITES= http://ftp.cs.toronto.edu/pub/jdd/xcpustate/
EXTRACT_SUFX= .shar
MAINTAINER= ports@FreeBSD.org
COMMENT= System monitoring utility graphicaly showing cpu load and status
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
EXTRACT_CMD= ${CAT}
-EXTRACT_BEFORE_ARGS=
-EXTRACT_AFTER_ARGS= |sh
-USE_IMAKE= yes
-USE_XORG= ice sm x11 xaw xext xmu xt
+EXTRACT_BEFORE_ARGS= # none
+EXTRACT_AFTER_ARGS= | ${SH}
+
NO_WRKSUBDIR= yes
-MAN1= xcpustate.1
+USE_XORG= ice sm x11 xaw xext xmu xt
+USE_IMAKE= yes
+
+MAN1= ${PORTNAME}.1
+PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
diff --git a/sysutils/xcpustate/pkg-descr b/sysutils/xcpustate/pkg-descr
index b4e267da757c..fd93266f3ecc 100644
--- a/sysutils/xcpustate/pkg-descr
+++ b/sysutils/xcpustate/pkg-descr
@@ -4,3 +4,5 @@ monitors disk performance.
It can also display information about remote hosts using the RSTAT RPC
protocol, as perfmeter does.
+
+WWW: http://www.cs.toronto.edu/~jdd/
diff --git a/sysutils/xcpustate/pkg-plist b/sysutils/xcpustate/pkg-plist
deleted file mode 100644
index 797f2b22d5a8..000000000000
--- a/sysutils/xcpustate/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $FreeBSD$
-bin/xcpustate