summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-01-21 12:26:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-01-21 12:26:52 +0000
commitb040ccbb1ebb0574389b1985b36fa2a73e10ccc0 (patch)
treec41819c91477362a6fcd3aa8880226df19428623 /x11-toolkits/gtk30
parentMark these ports broken. They are not happy with python upgrades. (diff)
Run "ldconfig -m" after installation. Run "ldconfig -R" after
deinstallation (PLIST only).
Notes
Notes: svn path=/head/; revision=9397
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r--x11-toolkits/gtk30/Makefile5
-rw-r--r--x11-toolkits/gtk30/pkg-plist2
2 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index 6e65166a171b..452a28341655 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -3,7 +3,7 @@
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.5 1997/12/03 21:17:18 vanilla Exp $
+# $Id: Makefile,v 1.7 1998/01/05 17:17:14 vanilla Exp $
#
DISTNAME= gtk+-0.99.2
@@ -22,4 +22,7 @@ pre-install:
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
+post-install:
+ ${LDCONFIG} -m ${PREFIX}/lib
+
.include <bsd.port.mk>
diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist
index c1f990f08c78..38643a2b09f4 100644
--- a/x11-toolkits/gtk30/pkg-plist
+++ b/x11-toolkits/gtk30/pkg-plist
@@ -113,3 +113,5 @@ info/gtk.info
@exec install-info %D/info/gdk.info %D/info/dir
@dirrm include/gtk
@dirrm include/gdk
+@exec /sbin/ldcoonfig -m %D/lib
+@unexec /sbin/ldcoonfig -R