Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 09:32:39 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344848 - head/sysutils/lmmon
Message-ID:  <201402180932.s1I9WdIf046231@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Feb 18 09:32:38 2014
New Revision: 344848
URL: http://svnweb.freebsd.org/changeset/ports/344848
QAT: https://qat.redports.org/buildarchive/r344848/

Log:
  Support staging

Modified:
  head/sysutils/lmmon/Makefile

Modified: head/sysutils/lmmon/Makefile
==============================================================================
--- head/sysutils/lmmon/Makefile	Tue Feb 18 09:03:59 2014	(r344847)
+++ head/sysutils/lmmon/Makefile	Tue Feb 18 09:32:38 2014	(r344848)
@@ -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}/,}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402180932.s1I9WdIf046231>