svn commit: r345988 - head/sysutils/bsdhwmon

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 12:50:46 UTC 2014


Author: ehaupt
Date: Tue Feb 25 12:50:45 2014
New Revision: 345988
URL: http://svnweb.freebsd.org/changeset/ports/345988
QAT: https://qat.redports.org/buildarchive/r345988/

Log:
  Support staging

Modified:
  head/sysutils/bsdhwmon/Makefile

Modified: head/sysutils/bsdhwmon/Makefile
==============================================================================
--- head/sysutils/bsdhwmon/Makefile	Tue Feb 25 12:44:10 2014	(r345987)
+++ head/sysutils/bsdhwmon/Makefile	Tue Feb 25 12:50:45 2014	(r345988)
@@ -9,21 +9,18 @@ MASTER_SITES=	http://bsdhwmon.koitsu.org
 MAINTAINER=	jdc at koitsu.org
 COMMENT=	Hardware sensor monitoring utility for FreeBSD
 
-PLIST_FILES=	sbin/bsdhwmon
-MAN8=		bsdhwmon.8
+PLIST_FILES=	sbin/bsdhwmon man/man8/bsdhwmon.8.gz
 
 OPTIONS_DEFINE=	DEBUG
-DEBUG_DESC=	Enable debug build
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDEBUG}
 MAKE_ARGS+=	DEBUG=1
 .endif
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bsdhwmon ${PREFIX}/sbin
-	${INSTALL_MAN} ${WRKSRC}/bsdhwmon.8 ${MAN8PREFIX}/man/man8
+	${INSTALL_PROGRAM} ${WRKSRC}/bsdhwmon ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_MAN} ${WRKSRC}/bsdhwmon.8 ${STAGEDIR}${MANPREFIX}/man/man8
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list