diff options
author | acm <acm@FreeBSD.org> | 2009-01-14 14:13:57 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-01-14 14:13:57 +0800 |
commit | 3d782516e3752497ac666e8964e012ffc1d7cea9 (patch) | |
tree | 4057223a9cea61bded4cc75b4233f763ca765332 /math | |
parent | d0c611cd44f807e53b203c83988ff467a805e0c1 (diff) | |
download | freebsd-ports-graphics-3d782516e3752497ac666e8964e012ffc1d7cea9.tar.gz freebsd-ports-graphics-3d782516e3752497ac666e8964e012ffc1d7cea9.tar.zst freebsd-ports-graphics-3d782516e3752497ac666e8964e012ffc1d7cea9.zip |
- Update to 2.2.2
Diffstat (limited to 'math')
-rw-r--r-- | math/fpc-fftw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fpc-fftw/Makefile b/math/fpc-fftw/Makefile index b6bd46ad318..cac7f8d65c9 100644 --- a/math/fpc-fftw/Makefile +++ b/math/fpc-fftw/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= math lang PKGNAMESUFFIX= -fftw @@ -15,7 +15,7 @@ COMMENT= Free Pascal interface to the FFTW3 library USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} OPTIONS= FFTW3 "Install FFTW3 library" on |