diff options
author | agc <agc@pkgsrc.org> | 1998-07-15 10:51:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-07-15 10:51:16 +0000 |
commit | 583dcca5f35534ef3744c3ef8d55acb56e9b8543 (patch) | |
tree | 91e2ea68f79401948823b70c5a5128525d062e80 /x11/qt | |
parent | 4f8c9d7740227547fa2f6000b7e202eec7dc0fab (diff) | |
download | pkgsrc-583dcca5f35534ef3744c3ef8d55acb56e9b8543.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'x11/qt')
-rw-r--r-- | x11/qt/Makefile | 3 | ||||
-rw-r--r-- | x11/qt/pkg/PLIST | 4 |
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 |