svn commit: r346013 - head/sysutils/pcpustat

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 14:47:13 UTC 2014


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>


More information about the svn-ports-head mailing list