summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk13/Makefile
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/gtk13/Makefile
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/gtk13/Makefile')
-rw-r--r--x11-toolkits/gtk13/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile
index 6e65166a171b..452a28341655 100644
--- a/x11-toolkits/gtk13/Makefile
+++ b/x11-toolkits/gtk13/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>