summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-03-23 20:23:12 +0000
committermharo <mharo@FreeBSD.org>2000-03-23 20:23:12 +0000
commit53e4ae21461019605fef17acffb2f69f1776e671 (patch)
treef75917e1359662c2a3175d32a6fd56e57809ae25 /math
parentabd4604d29078e221e0f07294c8073d28d2da101 (diff)
downloadFreeBSD-ports-53e4ae21461019605fef17acffb2f69f1776e671.zip
FreeBSD-ports-53e4ae21461019605fef17acffb2f69f1776e671.tar.gz
remove aout support
Diffstat (limited to 'math')
-rw-r--r--math/blas/Makefile9
-rw-r--r--math/blas/files/makefile.lib1
-rw-r--r--math/blas/pkg-plist4
3 files changed, 4 insertions, 10 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index c503386..e7db3b0 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -18,15 +18,10 @@ MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
-.include <bsd.port.pre.mk>
-
pre-build:
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
post-install:
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-.if ${PORTOBJFORMAT} == "aout"
- ${LN} -sf libblas.so.1.0 ${PREFIX}/lib/libblas.so
-.endif
+ ${LDCONFIG} -m ${PREFIX}/lib
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/math/blas/files/makefile.lib b/math/blas/files/makefile.lib
index e52bc1a..c50b4fc 100644
--- a/math/blas/files/makefile.lib
+++ b/math/blas/files/makefile.lib
@@ -3,7 +3,6 @@ LIBDIR= ${PREFIX}/lib
NOPROFILE= no
SHLIB_MAJOR= 1
-SHLIB_MINOR= 0
# BLAS sources
LIB=blas
diff --git a/math/blas/pkg-plist b/math/blas/pkg-plist
index dcdf672..5b1d7b0 100644
--- a/math/blas/pkg-plist
+++ b/math/blas/pkg-plist
@@ -1,5 +1,5 @@
lib/libblas.a
lib/libblas.so
lib/libblas.so.1
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
+@exec /sbin/ldconfig -m %B
+@unexec /sbin/ldconfig -R
OpenPOWER on IntegriCloud