diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
commit | 985b201424d63717aa5b6578fece8f2b853d9164 (patch) | |
tree | cc5885e72ecb468c0903137642e832ae5c7dc584 /net-mgmt/nagios-check_hdd_health | |
parent | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff) | |
download | ports-985b201424d63717aa5b6578fece8f2b853d9164.tar.gz ports-985b201424d63717aa5b6578fece8f2b853d9164.zip |
Notes
Diffstat (limited to 'net-mgmt/nagios-check_hdd_health')
-rw-r--r-- | net-mgmt/nagios-check_hdd_health/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/nagios-check_hdd_health/Makefile b/net-mgmt/nagios-check_hdd_health/Makefile index 3d6926c7b974..d98053392d45 100644 --- a/net-mgmt/nagios-check_hdd_health/Makefile +++ b/net-mgmt/nagios-check_hdd_health/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-check_hdd_health -# Date created: 2010-12-02 -# Whom: jamrich.majo@gmail.com -# +# Created by: jamrich.majo@gmail.com # $FreeBSD$ -# PORTNAME= nagios-check_hdd_health PORTVERSION= 1.1 @@ -18,6 +14,7 @@ RUN_DEPENDS= smartmontools>=0:${PORTSDIR}/sysutils/smartmontools NO_BUILD= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/libexec/nagios @${INSTALL_SCRIPT} ${.CURDIR}/src/check_hdd_health ${PREFIX}/libexec/nagios |