diff options
Diffstat (limited to 'net-mgmt/nagios-snmp-plugins-extras/Makefile')
-rw-r--r-- | net-mgmt/nagios-snmp-plugins-extras/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/nagios-snmp-plugins-extras/Makefile b/net-mgmt/nagios-snmp-plugins-extras/Makefile index d493b6e128b5..4372c7935f63 100644 --- a/net-mgmt/nagios-snmp-plugins-extras/Makefile +++ b/net-mgmt/nagios-snmp-plugins-extras/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagios-snmp-plugins-extras -# Date created: Sat 13 Jun 2009 -# Whom: Alexey V. Degtyarev -# +# Created by: Alexey V. Degtyarev # $FreeBSD$ -# PORTNAME= nagios-snmp-plugins-extras PORTVERSION= 1.1.2 @@ -41,6 +37,7 @@ PLIST_FILES= ${PLUGINS:S,^,libexec/nagios/,} WRKSRC= ${WRKDIR}/plugins +NO_STAGE= yes post-extract: ${SED} -i "" -e "s#/tmp/#/var/tmp/#" \ -e "s#/usr/local/nagios/libexec#${LOCALBASE}/libexec/nagios#" \ |