Date: Fri, 14 Mar 2014 13:42:35 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348228 - head/sysutils/pcpustat Message-ID: <201403141342.s2EDgZAW006881@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Mar 14 13:42:34 2014 New Revision: 348228 URL: http://svnweb.freebsd.org/changeset/ports/348228 QAT: https://qat.redports.org/buildarchive/r348228/ Log: - Use USES=tar:bzip2 - Cosmetic change - Update WWW Modified: head/sysutils/pcpustat/Makefile head/sysutils/pcpustat/pkg-descr Modified: head/sysutils/pcpustat/Makefile ============================================================================== --- head/sysutils/pcpustat/Makefile Fri Mar 14 13:22:56 2014 (r348227) +++ head/sysutils/pcpustat/Makefile Fri Mar 14 13:42:34 2014 (r348228) @@ -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> Modified: head/sysutils/pcpustat/pkg-descr ============================================================================== --- head/sysutils/pcpustat/pkg-descr Fri Mar 14 13:22:56 2014 (r348227) +++ head/sysutils/pcpustat/pkg-descr Fri Mar 14 13:42:34 2014 (r348228) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403141342.s2EDgZAW006881>