summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-03-28 13:22:23 +0000
committerjoerg <joerg@pkgsrc.org>2007-03-28 13:22:23 +0000
commit53b9f7a7a8a92dcb957e2e538ae5c167f0aab1ff (patch)
treedf82a42d89de7e6758f919278cf617fdff394671 /math
parentc22dc6d534dc8c70e211e907cea954fc97133e4f (diff)
downloadpkgsrc-53b9f7a7a8a92dcb957e2e538ae5c167f0aab1ff.tar.gz
Precreate include as well.
Diffstat (limited to 'math')
-rw-r--r--math/djbfft/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/djbfft/Makefile b/math/djbfft/Makefile
index dafb35a91f7..b0a5822bf5f 100644
--- a/math/djbfft/Makefile
+++ b/math/djbfft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/03/24 19:21:27 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2007/03/28 13:22:23 joerg Exp $
DISTNAME= djbfft-0.76
CATEGORIES= math
@@ -11,7 +11,7 @@ COMMENT= Extremely fast library for floating-point convolution
DJB_RESTRICTED= YES
NOT_FOR_PLATFORM= IRIX-*-*
-INSTALLATION_DIRS= lib
+INSTALLATION_DIRS= include lib
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"