aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pcpustat
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 14:47:13 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 14:47:13 +0000
commitc08ac98e2f60bcfcc6cb5c7f9143e54217f81d05 (patch)
treee9c59ef69747c6c2c339440d63d8d7cdc744ef88 /sysutils/pcpustat
parent55d4094206d9f20e2f26c9de69812b0b89765978 (diff)
downloadports-c08ac98e2f60bcfcc6cb5c7f9143e54217f81d05.tar.gz
ports-c08ac98e2f60bcfcc6cb5c7f9143e54217f81d05.zip
Notes
Diffstat (limited to 'sysutils/pcpustat')
-rw-r--r--sysutils/pcpustat/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/pcpustat/Makefile b/sysutils/pcpustat/Makefile
index e59940320fb0..306b5a88e219 100644
--- a/sysutils/pcpustat/Makefile
+++ b/sysutils/pcpustat/Makefile
@@ -11,14 +11,12 @@ COMMENT= Per-CPU usage statistics
LICENSE= OWL
-MAN1= pcpustat.1
-
USE_BZIP2= yes
-PLIST_FILES= bin/pcpustat
+PLIST_FILES= bin/pcpustat man/man1/pcpustat.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${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>