summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg>2007-03-28 13:22:23 +0000
committerjoerg <joerg>2007-03-28 13:22:23 +0000
commita10cd7229866a2cce198326617385316b6d2ef95 (patch)
treedf82a42d89de7e6758f919278cf617fdff394671 /math
parent8ae3f875e49842c47612322e55d9070e0a08e126 (diff)
downloadpkgsrc-a10cd7229866a2cce198326617385316b6d2ef95.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"