aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2004-11-15 08:10:57 +0800
committerahze <ahze@FreeBSD.org>2004-11-15 08:10:57 +0800
commita9d5be212e7479bbaa326a8d6954e4ee1b54ec24 (patch)
tree53cf3778f6f60342b5a18a40b9fc91222f785be7 /math
parent3c0da30d471ea3258c9f68efa4b38ed6c9ed223f (diff)
downloadfreebsd-ports-gnome-a9d5be212e7479bbaa326a8d6954e4ee1b54ec24.tar.gz
freebsd-ports-gnome-a9d5be212e7479bbaa326a8d6954e4ee1b54ec24.tar.zst
freebsd-ports-gnome-a9d5be212e7479bbaa326a8d6954e4ee1b54ec24.zip
Remove extra / to fix entry on Freshports
Approved by: pav (co mentor)
Diffstat (limited to 'math')
-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"