diff options
author | asami <asami@FreeBSD.org> | 1995-10-11 09:19:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-11 09:19:48 +0800 |
commit | c26b98e78be97295f076ecff920a690bec39e90a (patch) | |
tree | 0339472b5cf9711b6e0d4f0085aaf3091cdc3601 /lang | |
parent | a3be1321da0a79cf9e8ebbc0359b7d095c4cd6a6 (diff) | |
download | freebsd-ports-graphics-c26b98e78be97295f076ecff920a690bec39e90a.tar.gz freebsd-ports-graphics-c26b98e78be97295f076ecff920a690bec39e90a.tar.zst freebsd-ports-graphics-c26b98e78be97295f076ecff920a690bec39e90a.zip |
Duh, I left one empty line before the CVS: lines (like someone told me
before) and cvs still sent an empty log! :<
Anyway, what I was trying to say in the commit messages of patch-[ab] was
to run ldconfig right after installation of the shared libraries, so that
they can be found by subsequent runs of shared binaries.
Also, take ldconfig out of this Makefile's post-install rule.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/itcl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index f02527f176d..6a254d47b14 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Oct 3 22:06:21 EDT 1994 # Whom: rww # -# $Id: Makefile,v 1.6 1995/05/13 07:53:08 asami Exp $ +# $Id: Makefile,v 1.7 1995/06/24 11:39:31 asami Exp $ # DISTNAME= itcl-1.5 @@ -16,7 +16,4 @@ LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk PATCH_STRIP= -p1 -post-install: - ldconfig -m ${PREFIX}/lib - .include <bsd.port.mk> |