diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-24 11:42:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-24 11:42:32 +0000 |
commit | d530b271d96cde879c3eb6ed8d1f6e86dee25919 (patch) | |
tree | 0f3bfcde4180f0885c812fc77254f8b7feaded8f /math/linpack | |
parent | 9688e7d314996de30b87685f76c328a1a1064cd3 (diff) | |
download | ports-d530b271d96cde879c3eb6ed8d1f6e86dee25919.tar.gz ports-d530b271d96cde879c3eb6ed8d1f6e86dee25919.zip |
Notes
Diffstat (limited to 'math/linpack')
-rw-r--r-- | math/linpack/Makefile | 6 | ||||
-rw-r--r-- | math/linpack/pkg-plist | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile index bbc79b15f3a0..3e5029bb29be 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -3,7 +3,7 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.6 1995/04/22 11:30:13 asami Exp $ +# $Id: Makefile,v 1.7 1995/04/28 13:35:39 jkh Exp $ # DISTNAME= linpack @@ -55,5 +55,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/linpack/pkg-plist b/math/linpack/pkg-plist index 946727aeaabd..8b4ac8feae11 100644 --- a/math/linpack/pkg-plist +++ b/math/linpack/pkg-plist @@ -1,3 +1,4 @@ @cwd /usr/local lib/liblinpack.a lib/liblinpack.so.1.0 +@exec ldconfig -m %B |