mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix mis-spelt ${.CURDIR}.
This commit is contained in:
parent
0f1cec2578
commit
483d0f053e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51460
4 changed files with 12 additions and 12 deletions
6
net-mgmt/nagios-plugins/scripts/configure
vendored
6
net-mgmt/nagios-plugins/scripts/configure
vendored
|
@ -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
|
||||
|
|
6
net-mgmt/netsaint-plugins/scripts/configure
vendored
6
net-mgmt/netsaint-plugins/scripts/configure
vendored
|
@ -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
|
||||
|
|
6
net/nagios-plugins/scripts/configure
vendored
6
net/nagios-plugins/scripts/configure
vendored
|
@ -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
|
||||
|
|
6
net/netsaint-plugins/scripts/configure
vendored
6
net/netsaint-plugins/scripts/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue