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/qt145 | |
parent | 3b87ac5d20cf4a99a3e8b6453012026f0bc967d5 (diff) | |
download | ports-d61b2226b1301a5f824b74ff29221acc975b16df.tar.gz ports-d61b2226b1301a5f824b74ff29221acc975b16df.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt145')
-rw-r--r-- | x11-toolkits/qt145/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/qt145/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile index 698f8a9cadab..f496c4e8f18a 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/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/qt145/pkg-plist b/x11-toolkits/qt145/pkg-plist index 7d8d96fb263c..695c9a3a7f8e 100644 --- a/x11-toolkits/qt145/pkg-plist +++ b/x11-toolkits/qt145/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 |