aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk30/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-01-21 20:26:52 +0800
committerasami <asami@FreeBSD.org>1998-01-21 20:26:52 +0800
commit680533ed8a168b447d2f3b8893fafb1939365838 (patch)
tree8fbf38ee85f0eeeed745426244b7444e7ebe8f69 /x11-toolkits/gtk30/Makefile
parent9445ea6b03e7b25eac09bb68660a8314bb62ada1 (diff)
downloadfreebsd-ports-gnome-680533ed8a168b447d2f3b8893fafb1939365838.tar.gz
freebsd-ports-gnome-680533ed8a168b447d2f3b8893fafb1939365838.tar.zst
freebsd-ports-gnome-680533ed8a168b447d2f3b8893fafb1939365838.zip
Run "ldconfig -m" after installation. Run "ldconfig -R" after
deinstallation (PLIST only).
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r--x11-toolkits/gtk30/Makefile5
1 files changed, 4 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>