aboutsummaryrefslogtreecommitdiff
path: root/net/netsaint-plugins
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-16 17:33:04 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-16 17:33:04 +0000
commit6ec7c240aedb8c1a9b4a99a2d351f261e9b52048 (patch)
treecea3101f4028fa0f26ac57546da0c9ca6b3a69d4 /net/netsaint-plugins
parent979a05462aeaf82b5d77ab9d609d612e5e8ef314 (diff)
downloadports-6ec7c240aedb8c1a9b4a99a2d351f261e9b52048.tar.gz
ports-6ec7c240aedb8c1a9b4a99a2d351f261e9b52048.zip
Update netsaint to 0.0.7b8
backs out revision 1.3 of net/netsaint-plugins/scripts/configure which broke the port. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=51630
Diffstat (limited to 'net/netsaint-plugins')
-rw-r--r--net/netsaint-plugins/Makefile2
-rw-r--r--net/netsaint-plugins/scripts/configure6
2 files changed, 4 insertions, 4 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile
index e51dcaa91299..f7b9df70fdb2 100644
--- a/net/netsaint-plugins/Makefile
+++ b/net/netsaint-plugins/Makefile
@@ -32,5 +32,5 @@ pre-fetch:
post-clean:
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
-
+
.include <bsd.port.mk>
diff --git a/net/netsaint-plugins/scripts/configure b/net/netsaint-plugins/scripts/configure
index 1a71b7ed8ec9..1a17d8fb4392 100644
--- a/net/netsaint-plugins/scripts/configure
+++ b/net/netsaint-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