Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 14:47:13 +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: r346013 - head/sysutils/pcpustat
Message-ID:  <201402251447.s1PElD6r054892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Feb 25 14:47:13 2014
New Revision: 346013
URL: http://svnweb.freebsd.org/changeset/ports/346013
QAT: https://qat.redports.org/buildarchive/r346013/

Log:
  Support staging

Modified:
  head/sysutils/pcpustat/Makefile

Modified: head/sysutils/pcpustat/Makefile
==============================================================================
--- head/sysutils/pcpustat/Makefile	Tue Feb 25 14:44:36 2014	(r346012)
+++ head/sysutils/pcpustat/Makefile	Tue Feb 25 14:47:13 2014	(r346013)
@@ -11,14 +11,12 @@ COMMENT=	Per-CPU usage statistics
 
 LICENSE=	OWL
 
-MAN1=		pcpustat.1
-
 USE_BZIP2=	yes
-PLIST_FILES=	bin/pcpustat
+PLIST_FILES=	bin/pcpustat man/man1/pcpustat.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>



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