summaryrefslogtreecommitdiffstats
path: root/net/nagios-plugins/scripts
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-12-16 17:33:04 +0000
committerdwcjr <dwcjr@FreeBSD.org>2001-12-16 17:33:04 +0000
commit90ff5b2e43a97ae4a156b310c9d84315fd910096 (patch)
tree0b7121b9d472745decc8cdf6247187fdd9c26e36 /net/nagios-plugins/scripts
parent7f30f3cc02e61befaaec2e7710c27f7aee84a6df (diff)
downloadFreeBSD-ports-90ff5b2e43a97ae4a156b310c9d84315fd910096.zip
FreeBSD-ports-90ff5b2e43a97ae4a156b310c9d84315fd910096.tar.gz
Update netsaint to 0.0.7b8
backs out revision 1.3 of net/netsaint-plugins/scripts/configure which broke the port. Submitted by: maintainer
Diffstat (limited to 'net/nagios-plugins/scripts')
-rw-r--r--net/nagios-plugins/scripts/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/nagios-plugins/scripts/configure b/net/nagios-plugins/scripts/configure
index 1a71b7e..1a17d8f 100644
--- a/net/nagios-plugins/scripts/configure
+++ b/net/nagios-plugins/scripts/configure
@@ -1,7 +1,7 @@
#!/bin/sh
# $FreeBSD$
-if [ -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc ]; then
+if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
fi
@@ -39,7 +39,7 @@ OpenLDAP "OpenLDAP support" OFF \
esac
fi
-exec > ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
+exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
SUB_QSTAT="@comment "
SUB_FPING="@comment "
@@ -91,7 +91,7 @@ while [ "$1" ]; do
;;
*)
echo "Invalid option(s): $*" > /dev/stderr
- rm -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
+ rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
exit 1
;;
esac
OpenPOWER on IntegriCloud