diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-18 09:32:38 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-18 09:32:38 +0000 |
commit | 5bd9b4505d944a1ffbcb201040029585677f7cab (patch) | |
tree | 2425a0083bb696a6ad3028b06ded4f01aa744859 /sysutils | |
parent | 00f3cb728a5cfbbf473f8d4bca9cdb5c4e227780 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lmmon/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile index 5a9b135c38c8..2f2602539814 100644 --- a/sysutils/lmmon/Makefile +++ b/sysutils/lmmon/Makefile @@ -10,18 +10,16 @@ MASTER_SITES= LOCAL/bf MAINTAINER= bf@FreeBSD.org COMMENT= Display information gathered from MB power management controller -ONLY_FOR_ARCHS= i386 amd64 +LICENSE= BSD GNU_CONFIGURE= yes -MAN8= lmmon.8 -MANCOMPRESSED= yes -PLIST_FILES= bin/lmmon -LICENSE= BSD +ONLY_FOR_ARCHS= i386 amd64 + +PLIST_FILES= bin/lmmon man/man8/lmmon.8.gz FIXFILES= configure configure.in lmmon.c -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,machine/smb.h,dev/smbus/smb.h,' \ ${FIXFILES:S,^,${WRKSRC}/,} |