aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-11 09:19:48 +0800
committerSatoshi Asami <asami@FreeBSD.org>1995-10-11 09:19:48 +0800
commita486f45eb05815c59ebdaf7b990381874db15bf4 (patch)
tree47c85a7825989e8d2f5da6bc264fff7a76b0de2a /lang
parentf4abd0b16860da11f63592d0f7660816a3790b37 (diff)
downloadfreebsd-ports-gnome-a486f45eb05815c59ebdaf7b990381874db15bf4.tar.gz
freebsd-ports-gnome-a486f45eb05815c59ebdaf7b990381874db15bf4.tar.zst
freebsd-ports-gnome-a486f45eb05815c59ebdaf7b990381874db15bf4.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/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile
index f02527f176d3..6a254d47b14f 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>