diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-04-11 17:45:50 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-04-11 17:45:50 +0000 |
commit | d61b2226b1301a5f824b74ff29221acc975b16df (patch) | |
tree | 3f26559e203a3fcbe0c8675a66f6c0631c4cd666 /x11-toolkits/qt23 | |
parent | 3b87ac5d20cf4a99a3e8b6453012026f0bc967d5 (diff) | |
download | ports-d61b2226b1301a5f824b74ff29221acc975b16df.tar.gz ports-d61b2226b1301a5f824b74ff29221acc975b16df.zip |
Install a symlink from libqt.so.x.yy to libqt.so
Reason: the qt library very often changes the release number.
So every time you need to fix the configure script of KDE ports.
Since every KDE port checks libqt.so, it's much easier for Stefan
to maintain KDE and for us all to use the package instead of
hacking configure scripts again and again.
Notes
Notes:
svn path=/head/; revision=10479
Diffstat (limited to 'x11-toolkits/qt23')
-rw-r--r-- | x11-toolkits/qt23/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/qt23/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index 698f8a9cadab..f496c4e8f18a 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # -# $Id: Makefile,v 1.13 1997/10/27 23:15:07 jkh Exp $ +# $Id: Makefile,v 1.14 1997/10/30 05:15:19 jkh Exp $ # DISTNAME= qt-1.31 @@ -102,6 +102,7 @@ post-configure: do-install: ${INSTALL_PROGRAM} $(WRKDIR)/qt-1.31/bin/moc $(X11BASE)/bin ${INSTALL_DATA} $(WRKDIR)/qt-1.31/lib/libqt.so.1.31 $(X11BASE)/lib + ${LN} -sf $(X11BASE)/lib/libqt.so.1.31 $(X11BASE)/lib/libqt.so ${LDCONFIG} -m $(PREFIX)/lib ${MKDIR} $(PREFIX)/include/X11/qt ${INSTALL_DATA} $(WRKDIR)/qt-1.31/include/* $(PREFIX)/include/X11/qt diff --git a/x11-toolkits/qt23/pkg-plist b/x11-toolkits/qt23/pkg-plist index 7d8d96fb263c..695c9a3a7f8e 100644 --- a/x11-toolkits/qt23/pkg-plist +++ b/x11-toolkits/qt23/pkg-plist @@ -1,4 +1,5 @@ lib/libqt.so.1.31 +lib/libqt.so @exec /sbin/ldconfig -m %B man/man1/moc.1.gz man/man3/QApplication.3qt.gz |