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