summaryrefslogtreecommitdiff
path: root/math/blas
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-06-24 11:42:32 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-06-24 11:42:32 +0000
commitd530b271d96cde879c3eb6ed8d1f6e86dee25919 (patch)
tree0f3bfcde4180f0885c812fc77254f8b7feaded8f /math/blas
parentAdd a "checkpatch" target that does a "patch -C" instead of a "patch". (diff)
Add
post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
Notes
Notes: svn path=/head/; revision=1871
Diffstat (limited to 'math/blas')
-rw-r--r--math/blas/Makefile6
-rw-r--r--math/blas/pkg-plist1
2 files changed, 5 insertions, 2 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index 3edd692ed137..bb18ff52666a 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.6 1995/04/22 11:29:56 asami Exp $
+# $Id: Makefile,v 1.7 1995/05/03 02:22:18 asami Exp $
#
DISTNAME= blas
@@ -51,5 +51,7 @@ pre-build:
pre-extract:
chmod +x scripts/uncomp
-.include <bsd.port.mk>
+post-install:
+ ldconfig -m ${PREFIX}/lib
+.include <bsd.port.mk>
diff --git a/math/blas/pkg-plist b/math/blas/pkg-plist
index c97ae40a3f75..fee905ddce9b 100644
--- a/math/blas/pkg-plist
+++ b/math/blas/pkg-plist
@@ -1,3 +1,4 @@
@cwd /usr/local
lib/libcor.a
lib/libcor.so.1.0
+@exec ldconfig -m %B