From owner-freebsd-commit Tue Oct 10 18:20:09 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA15755 for freebsd-commit-outgoing; Tue, 10 Oct 1995 18:20:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA15743 for cvs-all-outgoing; Tue, 10 Oct 1995 18:20:05 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA15726 for cvs-ports-outgoing; Tue, 10 Oct 1995 18:20:00 -0700 Received: (from asami@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA15717 ; Tue, 10 Oct 1995 18:19:53 -0700 Date: Tue, 10 Oct 1995 18:19:53 -0700 From: Satoshi Asami Message-Id: <199510110119.SAA15717@freefall.freebsd.org> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/lang/itcl Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk asami 95/10/10 18:19:52 Modified: lang/itcl Makefile Log: 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.