diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-04 15:12:57 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-04 15:12:57 +0000 |
commit | c78727d9cdecf0e15ee634abc6daed14492ac621 (patch) | |
tree | cb45fd1a644cc18c8c138010fbcf68f3f16e389e /math/calc | |
parent | 5dd6940f08023612e64f9e143ff1cec3e1e97d60 (diff) | |
download | FreeBSD-ports-c78727d9cdecf0e15ee634abc6daed14492ac621.zip FreeBSD-ports-c78727d9cdecf0e15ee634abc6daed14492ac621.tar.gz |
These are my changes to support the new argument-less configure scripts.
Diffstat (limited to 'math/calc')
-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 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; |