diff options
-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 054c8ce..10b5d85 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" |