diff options
author | joerg <joerg@pkgsrc.org> | 2007-12-21 22:35:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-12-21 22:35:42 +0000 |
commit | 9535088ab1a8fa294b76b15837be3f7b51e70f8f (patch) | |
tree | 74d920e06b61bc40f65b8926c0e5c07a5107def0 /math | |
parent | 2bd655e7a5a5fab2a8c537f21750590464f85d25 (diff) | |
download | pkgsrc-9535088ab1a8fa294b76b15837be3f7b51e70f8f.tar.gz |
Mark as DESTDIR ready.
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 0920c5db996..a392fce0306 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/07/21 07:07:17 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2007/12/21 22:35:42 joerg Exp $ DISTNAME= fftw-3.1.2 CATEGORIES= math @@ -10,6 +10,7 @@ HOMEPAGE= http://www.fftw.org/ COMMENT= Collection of fast C routines to compute DFTs PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c fortran USE_LIBTOOL= yes |