diff options
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; |