Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 12:15:49 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343052 - head/net-mgmt/nagios-check_hdd_health
Message-ID:  <201402061215.s16CFnZs013349@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Feb  6 12:15:49 2014
New Revision: 343052
URL: http://svnweb.freebsd.org/changeset/ports/343052
QAT: https://qat.redports.org/buildarchive/r343052/

Log:
  - Stge support

Modified:
  head/net-mgmt/nagios-check_hdd_health/Makefile

Modified: head/net-mgmt/nagios-check_hdd_health/Makefile
==============================================================================
--- head/net-mgmt/nagios-check_hdd_health/Makefile	Thu Feb  6 12:15:48 2014	(r343051)
+++ head/net-mgmt/nagios-check_hdd_health/Makefile	Thu Feb  6 12:15:49 2014	(r343052)
@@ -14,9 +14,8 @@ RUN_DEPENDS=	smartmontools>=0:${PORTSDIR
 
 NO_BUILD=	yes
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${PREFIX}/libexec/nagios
-	@${INSTALL_SCRIPT} ${.CURDIR}/src/check_hdd_health ${PREFIX}/libexec/nagios
+	@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
+	@${INSTALL_SCRIPT} ${.CURDIR}/src/check_hdd_health ${STAGEDIR}${PREFIX}/libexec/nagios
 
 .include <bsd.port.mk>



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