svn commit: r343052 - head/net-mgmt/nagios-check_hdd_health

Martin Wilke miwi at FreeBSD.org
Thu Feb 6 12:15:49 UTC 2014


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>


More information about the svn-ports-all mailing list