diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:15:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:15:31 +0000 |
commit | 2f8452f907f1b068bc95fd10a7975575bdaf0604 (patch) | |
tree | e56f56fd8b99b26947c9ffca652423455c9f1a47 /math/sfft/Makefile | |
parent | e6682895dd640d61a0d5ffb31cb1b8eb90a3247d (diff) | |
download | ports-2f8452f907f1b068bc95fd10a7975575bdaf0604.tar.gz ports-2f8452f907f1b068bc95fd10a7975575bdaf0604.zip |
Notes
Diffstat (limited to 'math/sfft/Makefile')
-rw-r--r-- | math/sfft/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/sfft/Makefile b/math/sfft/Makefile index df9eb3a4c64b..c60a0db11d36 100644 --- a/math/sfft/Makefile +++ b/math/sfft/Makefile @@ -32,7 +32,6 @@ HDIR= include/sfft MAKE_ENV= LDADD="-lfftw3 ${LIBM}" LIB=sfft SHLIB_MAJOR="${SHLIB_MAJOR}" \ SRCCONF=/dev/null SRCS="${SRCS}" -PLIST_DIRS= ${HDIR} PLIST_FILES= ${HEADERS:S|^|${HDIR}/|} lib/libsfft.a lib/libsfft.so \ lib/libsfft.so.${SHLIB_MAJOR} |