svn commit: r354875 - head/sysutils/hwstat

Steven Kreuzer skreuzer at FreeBSD.org
Thu May 22 17:31:50 UTC 2014


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>


More information about the svn-ports-all mailing list