Create "lib" in the depot to install libraries into the correct place.
Pointed out by Joachim Kuebart on tech-pkg@.
This commit is contained in:
parent
9622bcee7f
commit
d7a9926b50
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue