summaryrefslogtreecommitdiff
path: root/math/calc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 15:12:57 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 15:12:57 +0000
commitdeab9494fa6cf32254d135ebd75d00f544208751 (patch)
tree9ca8c8a43c7a2bd2362c9a2c25b2248ef64a0861 /math/calc
parentAdd games hierarchy. (diff)
These are my changes to support the new argument-less configure scripts.
Notes
Notes: svn path=/head/; revision=170
Diffstat (limited to 'math/calc')
-rw-r--r--math/calc/scripts/configure4
1 files changed, 1 insertions, 3 deletions
diff --git a/math/calc/scripts/configure b/math/calc/scripts/configure
index 1beb703997f7..1e3605568218 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;