aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30/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/gtk30/Makefile
parenta0ab4c4f5f3b984d74c0622236568a159cb69d91 (diff)
downloadports-b040ccbb1ebb0574389b1985b36fa2a73e10ccc0.tar.gz
ports-b040ccbb1ebb0574389b1985b36fa2a73e10ccc0.zip
Notes
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>