diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-15 00:10:57 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-15 00:10:57 +0000 |
commit | 482c18a72effa96ec87e74a01619abd8ed66cf4a (patch) | |
tree | d852d7ad51fde3774d04910d0ca53562c6b24833 /math | |
parent | e7b0462c0a2e86b95d6d83e21ce6b7ab9f323170 (diff) | |
download | ports-482c18a72effa96ec87e74a01619abd8ed66cf4a.tar.gz ports-482c18a72effa96ec87e74a01619abd8ed66cf4a.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw-float/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw-float/Makefile b/math/fftw-float/Makefile index 054c8ce1544d..10b5d8559ef4 100644 --- a/math/fftw-float/Makefile +++ b/math/fftw-float/Makefile @@ -10,6 +10,6 @@ PORTREVISION= 0 COMMENT= Fast C routines (Single Percision) FFTW_FLAVOR= float -MASTERDIR= ${.CURDIR}/../../math//fftw +MASTERDIR= ${.CURDIR}/../../math/fftw .include "${MASTERDIR}/Makefile" |