diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2014-05-23 01:31:49 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2014-05-23 01:31:49 +0800 |
commit | 0e96da7a23068095e6b00f2a494c1fe28f99136a (patch) | |
tree | 63cb48eced4bd9fcbd413f622cdf38ae49131767 /sysutils | |
parent | 2cc23cd564b8ae3eab3a44978a68650663732989 (diff) | |
download | freebsd-ports-gnome-0e96da7a23068095e6b00f2a494c1fe28f99136a.tar.gz freebsd-ports-gnome-0e96da7a23068095e6b00f2a494c1fe28f99136a.tar.zst freebsd-ports-gnome-0e96da7a23068095e6b00f2a494c1fe28f99136a.zip |
Add staging support
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hwstat/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/hwstat/Makefile b/sysutils/hwstat/Makefile index b2557e71c6b6..69cb0feafac0 100644 --- a/sysutils/hwstat/Makefile +++ b/sysutils/hwstat/Makefile @@ -11,10 +11,7 @@ COMMENT= Command line tool to display CPU temp and battery infos LICENSE= BSD -PLIST_FILES= bin/hwstat +MAKE_ARGS+= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man +PLIST_FILES= bin/hwstat man/man1/hwstat.1.gz -MAN1= hwstat.1 -MANCOMPRESSED= yes - -NO_STAGE= yes .include <bsd.port.mk> |