summaryrefslogtreecommitdiff
path: root/math/blas
diff options
context:
space:
mode:
authorminskim <minskim>2004-05-30 15:29:34 +0000
committerminskim <minskim>2004-05-30 15:29:34 +0000
commitb7a097e46c210372aaccc8a74d9921f7c996edf1 (patch)
tree4a0a37c922f6f4f353b06a6f0894f8e7032b3a86 /math/blas
parent529cbaac9fe10b4b9a77acc9939cbfddf4ad9991 (diff)
downloadpkgsrc-b7a097e46c210372aaccc8a74d9921f7c996edf1.tar.gz
Create "lib" in the depot to install libraries into the correct place.
Pointed out by Joachim Kuebart on tech-pkg@.
Diffstat (limited to 'math/blas')
-rw-r--r--math/blas/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index eccd5f545f5..76cfa6a7ed5 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/05/18 11:27:29 uebayasi Exp $
+# $NetBSD: Makefile,v 1.18 2004/05/30 15:29:34 minskim Exp $
#
DISTNAME= blas
@@ -21,4 +21,6 @@ USE_BUILDLINK3= YES
USE_FORTRAN= YES
USE_LIBTOOL= YES
+INSTALLATION_DIRS= lib
+
.include "../../mk/bsd.pkg.mk"