Create libblas.so symlink in a.out case.

This commit is contained in:
Satoshi Asami 1998-09-28 09:44:23 +00:00
parent 65b196c7df
commit fef857c6e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13513

View file

@ -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>