svn commit: r344848 - head/sysutils/lmmon

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 18 09:32:39 UTC 2014


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 at 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}/,}


More information about the svn-ports-all mailing list