diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-04 15:12:57 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-04 15:12:57 +0000 |
commit | deab9494fa6cf32254d135ebd75d00f544208751 (patch) | |
tree | 9ca8c8a43c7a2bd2362c9a2c25b2248ef64a0861 /math | |
parent | ef5deb76776327f60d8bd8319a7e21d92ed0554f (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/calc/scripts/configure | 4 |
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; |