summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-15 00:10:57 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-15 00:10:57 +0000
commit482c18a72effa96ec87e74a01619abd8ed66cf4a (patch)
treed852d7ad51fde3774d04910d0ca53562c6b24833
parentUpdate to 1.9.4b (diff)
Remove extra / to fix entry on Freshports
Approved by: pav (co mentor)
Notes
Notes: svn path=/head/; revision=121621
-rw-r--r--math/fftw-float/Makefile2
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"