aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-03-24 04:23:12 +0800
committermharo <mharo@FreeBSD.org>2000-03-24 04:23:12 +0800
commit53e4ae21461019605fef17acffb2f69f1776e671 (patch)
treef75917e1359662c2a3175d32a6fd56e57809ae25 /math
parentabd4604d29078e221e0f07294c8073d28d2da101 (diff)
downloadfreebsd-ports-graphics-53e4ae21461019605fef17acffb2f69f1776e671.tar.gz
freebsd-ports-graphics-53e4ae21461019605fef17acffb2f69f1776e671.tar.zst
freebsd-ports-graphics-53e4ae21461019605fef17acffb2f69f1776e671.zip
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 c5033865cd0..e7db3b09ac7 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 e52bc1a4c88..c50b4fc8d88 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 dcdf672357d..5b1d7b09f83 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