diff options
author | pav <pav@FreeBSD.org> | 2012-04-10 06:49:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-04-10 06:49:02 +0800 |
commit | 914c9a17cd517de74a09f0bce3a114a1d78132c5 (patch) | |
tree | f27032cdc734d45e31b7eb453692371968ed82df /math | |
parent | e7b241b7d538f199b6842454fcdce34356277806 (diff) | |
download | freebsd-ports-gnome-914c9a17cd517de74a09f0bce3a114a1d78132c5.tar.gz freebsd-ports-gnome-914c9a17cd517de74a09f0bce3a114a1d78132c5.tar.zst freebsd-ports-gnome-914c9a17cd517de74a09f0bce3a114a1d78132c5.zip |
- float flavor installs .info too
Reported by: pointyhat
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index f02b7f7b38e6..530f6632e8a2 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -29,6 +29,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= autoconf:env automake:env libtool CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-shared +INFO= fftw USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes @@ -42,7 +43,6 @@ FFTW_SUFX= s FFTW_PKGNAMESUFFIX= -float PLIST_SUB+= DEF="@comment " .else -INFO= fftw PLIST_SUB+= DEF="" .endif |