pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/djbfft Precreate include as well.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2db6a39d7c0
branches:  trunk
changeset: 527189:c2db6a39d7c0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 28 13:22:23 2007 +0000

description:
Precreate include as well.

diffstat:

 math/djbfft/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3f306c73f3d2 -r c2db6a39d7c0 math/djbfft/Makefile
--- a/math/djbfft/Makefile      Wed Mar 28 13:19:13 2007 +0000
+++ b/math/djbfft/Makefile      Wed Mar 28 13:22:23 2007 +0000
@@ -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 @@
 DJB_RESTRICTED=                YES
 NOT_FOR_PLATFORM=      IRIX-*-*
 
-INSTALLATION_DIRS=     lib
+INSTALLATION_DIRS=     include lib
 
 .include "../../mk/djbware.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index