aboutsummaryrefslogtreecommitdiffstats
path: root/math/blas
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-08-17 00:43:18 +0800
committerrafan <rafan@FreeBSD.org>2006-08-17 00:43:18 +0800
commitc1473c11525cf0c39553ec0d29e12f2943f7d729 (patch)
treed7574e162f6d866019cef08b00d73faa955f1f92 /math/blas
parent5309a3b9a7cbd151d0cb5e8ff80a7e98f4b4b771 (diff)
downloadfreebsd-ports-gnome-c1473c11525cf0c39553ec0d29e12f2943f7d729.tar.gz
freebsd-ports-gnome-c1473c11525cf0c39553ec0d29e12f2943f7d729.tar.zst
freebsd-ports-gnome-c1473c11525cf0c39553ec0d29e12f2943f7d729.zip
- Respect DESTDIR
- Use PLIST_FILES - Pass maintainership to submitter PR: ports/102111 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'math/blas')
-rw-r--r--math/blas/Makefile4
-rw-r--r--math/blas/files/makefile.lib2
-rw-r--r--math/blas/pkg-plist3
3 files changed, 4 insertions, 5 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index bbce4ae1c455..e0e63a7bd719 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ \
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= Basic Linear Algebra, level 1, 2, and 3
CONFLICTS= elmer-mathlibs-1*
@@ -22,6 +22,8 @@ CONFLICTS= elmer-mathlibs-1*
USE_LDCONFIG= yes
NO_WRKSUBDIR= yes
+PLIST_FILES= lib/libblas.a lib/libblas.so lib/libblas.so.1
+
do-configure:
@${INSTALL_DATA} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's+@FFLAGS@+${FFLAGS}+g' ${WRKSRC}/Makefile
diff --git a/math/blas/files/makefile.lib b/math/blas/files/makefile.lib
index 3ad01d0931fb..607a9fb21df7 100644
--- a/math/blas/files/makefile.lib
+++ b/math/blas/files/makefile.lib
@@ -1,7 +1,7 @@
# @(#)Makefile 5.7 (Berkeley) 6/27/91
FFLAGS= @FFLAGS@
-LIBDIR= ${PREFIX}/lib
+LIBDIR= ${TARGETDIR}/lib
.if (${OSVERSION} > 600007)
NO_PROFILE= no
.else
diff --git a/math/blas/pkg-plist b/math/blas/pkg-plist
deleted file mode 100644
index 2b7f86bcaf75..000000000000
--- a/math/blas/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-lib/libblas.a
-lib/libblas.so
-lib/libblas.so.1