From c78727d9cdecf0e15ee634abc6daed14492ac621 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 4 Oct 1994 15:12:57 +0000 Subject: These are my changes to support the new argument-less configure scripts. --- math/calc/scripts/configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'math/calc') diff --git a/math/calc/scripts/configure b/math/calc/scripts/configure index 1beb703..1e36055 100644 --- a/math/calc/scripts/configure +++ b/math/calc/scripts/configure @@ -1,8 +1,6 @@ #!/bin/sh -if [ $# != 3 ]; then exit 1; fi - -F=$3/Makefile +F=${WRKSRC}/Makefile chmod +w $F || exit 1; -- cgit v1.1