From 6ec7c240aedb8c1a9b4a99a2d351f261e9b52048 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Sun, 16 Dec 2001 17:33:04 +0000 Subject: Update netsaint to 0.0.7b8 backs out revision 1.3 of net/netsaint-plugins/scripts/configure which broke the port. Submitted by: maintainer --- net/netsaint-plugins/scripts/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/netsaint-plugins/scripts') 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 -- cgit v1.2.3