From d7a9926b5068e24bc660986f76980432dc5cb820 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 30 May 2004 15:29:34 +0000 Subject: [PATCH] Create "lib" in the depot to install libraries into the correct place. Pointed out by Joachim Kuebart on tech-pkg@. --- math/blas/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/blas/Makefile b/math/blas/Makefile index eccd5f545f59..76cfa6a7ed5a 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"