diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 23:04:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 23:04:15 +0000 |
commit | 6368f9224ede703badf4f81abe6fa617c9ec98b0 (patch) | |
tree | b25c2af3335af12ba6ddabd1da702cd960afaeee /math/dfftpack | |
parent | e33e54ed8587d2963b4ab4ef3d3cfd0af34b1d3f (diff) | |
download | pkgsrc-6368f9224ede703badf4f81abe6fa617c9ec98b0.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'math/dfftpack')
-rw-r--r-- | math/dfftpack/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/dfftpack/Makefile b/math/dfftpack/Makefile index 27ba575a03c..ce4793b0338 100644 --- a/math/dfftpack/Makefile +++ b/math/dfftpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2010/07/30 10:36:27 asau Exp $ +# $NetBSD: Makefile,v 1.17 2012/09/11 23:04:18 asau Exp $ DISTNAME= dfftpack-20001209 PKGREVISION= 2 @@ -12,7 +12,6 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL USE_LANGUAGES= fortran77 WRKSRC= ${WRKDIR}/dfftpack -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= lib share/doc/dfftpack share/examples/dfftpack post-extract: |