aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pcpustat
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-14 13:42:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-14 13:42:34 +0000
commit2e00ae46f15ee8d60ab904954882940160673fd0 (patch)
tree3f76b0fbeb99e302ed7e740c72730bb4cbfac3df /sysutils/pcpustat
parentd87985dcf526a9d27b8e6e0a543e3be9df5dc650 (diff)
downloadports-2e00ae46f15ee8d60ab904954882940160673fd0.tar.gz
ports-2e00ae46f15ee8d60ab904954882940160673fd0.zip
Notes
Diffstat (limited to 'sysutils/pcpustat')
-rw-r--r--sysutils/pcpustat/Makefile11
-rw-r--r--sysutils/pcpustat/pkg-descr2
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/pcpustat/Makefile b/sysutils/pcpustat/Makefile
index 82b90c26d014..e8670af065a7 100644
--- a/sysutils/pcpustat/Makefile
+++ b/sysutils/pcpustat/Makefile
@@ -11,12 +11,13 @@ COMMENT= Per-CPU usage statistics
LICENSE= OWL
-USE_BZIP2= yes
-PLIST_FILES= bin/pcpustat man/man1/pcpustat.1.gz
+USES= tar:bzip2
+
+PLIST_FILES= bin/pcpustat \
+ man/man1/pcpustat.1.gz
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/
.include <bsd.port.mk>
diff --git a/sysutils/pcpustat/pkg-descr b/sysutils/pcpustat/pkg-descr
index ef2e7cdb6e4c..492e3c2c9bba 100644
--- a/sysutils/pcpustat/pkg-descr
+++ b/sysutils/pcpustat/pkg-descr
@@ -1,3 +1,3 @@
pcpustat provides per-cpu usage statistics in a format that can be piped.
-WWW: http://chipstips.com/?tag=c_pcpustat
+WWW: https://bitbucket.org/sterlingcamden/pcpustat