Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2014 17:31:49 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354875 - head/sysutils/hwstat
Message-ID:  <201405221731.s4MHVnhG068327@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Thu May 22 17:31:49 2014
New Revision: 354875
URL: http://svnweb.freebsd.org/changeset/ports/354875
QAT: https://qat.redports.org/buildarchive/r354875/

Log:
  Add staging support

Modified:
  head/sysutils/hwstat/Makefile

Modified: head/sysutils/hwstat/Makefile
==============================================================================
--- head/sysutils/hwstat/Makefile	Thu May 22 17:23:23 2014	(r354874)
+++ head/sysutils/hwstat/Makefile	Thu May 22 17:31:49 2014	(r354875)
@@ -11,10 +11,7 @@ COMMENT=	Command line tool to display CP
 
 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>



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