aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1997-11-19 20:22:01 +0800
committertg <tg@FreeBSD.org>1997-11-19 20:22:01 +0800
commit210c61be12f7f6f6df9eaf641ceaa4a3d6407693 (patch)
treeddc600e1d967bdca0f182ff7a1673a130a499791 /x11
parent166c45626cb64353d21288ddc64b0832e299c455 (diff)
downloadfreebsd-ports-gnome-210c61be12f7f6f6df9eaf641ceaa4a3d6407693.tar.gz
freebsd-ports-gnome-210c61be12f7f6f6df9eaf641ceaa4a3d6407693.tar.zst
freebsd-ports-gnome-210c61be12f7f6f6df9eaf641ceaa4a3d6407693.zip
Forgot to call ldconfig in post-install.
Diffstat (limited to 'x11')
-rw-r--r--x11/libdnd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libdnd/Makefile b/x11/libdnd/Makefile
index 2646b61a82f4..5f0f49d3f172 100644
--- a/x11/libdnd/Makefile
+++ b/x11/libdnd/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 August 1997
# Whom: lukin@okbmei.msk.su
#
-# $Id: Makefile,v 1.1.1.1 1997/08/11 08:54:43 tg Exp $
+# $Id: Makefile,v 1.2 1997/11/19 12:18:02 tg Exp $
#
DISTNAME= dnd.1.1
@@ -23,5 +23,6 @@ post-install:
${MKDIR} ${PREFIX}/share/doc/libdnd
${INSTALL_MAN} ${WRKDIR}/DND/DNDdoc/* ${PREFIX}/share/doc/libdnd
.endif
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>