summaryrefslogtreecommitdiff
path: root/x11/qt
diff options
context:
space:
mode:
authoragc <agc>1998-07-15 10:51:16 +0000
committeragc <agc>1998-07-15 10:51:16 +0000
commit54bca736804823dbdab8246f6109aeec7861890a (patch)
tree91e2ea68f79401948823b70c5a5128525d062e80 /x11/qt
parent5bec107dd6dc9ff57e0422f0af40f3fb6262302d (diff)
downloadpkgsrc-54bca736804823dbdab8246f6109aeec7861890a.tar.gz
Use automatic shared object handling
Diffstat (limited to 'x11/qt')
-rw-r--r--x11/qt/Makefile3
-rw-r--r--x11/qt/pkg/PLIST4
2 files changed, 2 insertions, 5 deletions
diff --git a/x11/qt/Makefile b/x11/qt/Makefile
index 693c76d3b50..4336f9657d4 100644
--- a/x11/qt/Makefile
+++ b/x11/qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1998/06/22 13:51:34 agc Exp $
+# $NetBSD: Makefile,v 1.14 1998/07/15 10:54:03 agc Exp $
# FreeBSD Id: Makefile,v 1.14 1997/10/30 05:15:19 jkh Exp
#
@@ -100,7 +100,6 @@ do-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/moc ${QTDIR}/bin
${INSTALL_DATA} ${WRKSRC}/lib/libqt.so.1.33 ${QTDIR}/lib
- ${LDCONFIG} || ${TRUE}
${MKDIR} ${QTDIR}/include/qt
${INSTALL_DATA} ${WRKSRC}/include/* ${QTDIR}/include/qt
${INSTALL_MAN} ${WRKSRC}/man/man1/* ${QTDIR}/man/man1
diff --git a/x11/qt/pkg/PLIST b/x11/qt/pkg/PLIST
index 700e05193e2..3bd9d7c017f 100644
--- a/x11/qt/pkg/PLIST
+++ b/x11/qt/pkg/PLIST
@@ -1,7 +1,5 @@
-@comment $NetBSD: PLIST,v 1.6 1998/04/14 20:17:03 tron Exp $
+@comment $NetBSD: PLIST,v 1.7 1998/07/15 10:54:03 agc Exp $
lib/libqt.so.1.33
-@exec /sbin/ldconfig || /usr/bin/true
-@unexec /sbin/ldconfig || /usr/bin/true
man/man1/moc.1
man/man3/QApplication.3
man/man3/QArray.3