mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Create libblas.so symlink in a.out case.
This commit is contained in:
parent
65b196c7df
commit
fef857c6e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13513
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 27 October 1994
|
# Date created: 27 October 1994
|
||||||
# Whom: ljo
|
# Whom: ljo
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.18 1998/07/09 03:42:14 scrappy Exp $
|
# $Id: Makefile,v 1.19 1998/08/09 00:05:49 steve Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= blas
|
DISTNAME= blas
|
||||||
|
@ -23,5 +23,8 @@ pre-build:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${LDCONFIG} -m ${PREFIX}/lib
|
${LDCONFIG} -m ${PREFIX}/lib
|
||||||
|
if [ "${PORTOBJFORMAT}" = "aout" ]; then \
|
||||||
|
${LN} -sf libblas.so.1.0 ${PREFIX}/lib/libblas.so; \
|
||||||
|
fi
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue