diff options
author | R. Imura <imura@FreeBSD.org> | 2000-05-30 15:31:12 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-05-30 15:31:12 +0000 |
commit | 5f232b2a59cf8ff4e3ffa5f9e42c6a42b6963117 (patch) | |
tree | d6fb99bf1a157de96a476946ed0a1ddfc04468e9 /x11-toolkits/qt31 | |
parent | 3b1c9c68c006c03f664accef45ebd1bd1ea433bf (diff) | |
download | ports-5f232b2a59cf8ff4e3ffa5f9e42c6a42b6963117.tar.gz ports-5f232b2a59cf8ff4e3ffa5f9e42c6a42b6963117.zip |
Notes
Diffstat (limited to 'x11-toolkits/qt31')
-rw-r--r-- | x11-toolkits/qt31/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/qt31/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/qt31/pkg-plist | 8 |
3 files changed, 15 insertions, 4 deletions
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index 0a853ed8cdad..29563a4f283a 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qt -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ DISTNAME= ${PORTNAME}-x11-${PORTVERSION} @@ -36,7 +36,7 @@ RESTRICTED= 'Requires a license from UNISYS' .endif .if !defined(NOPORTDOCS) -.include "files/manpages" +.include "${.CURDIR}/files/manpages" .endif pre-configure: @@ -58,7 +58,9 @@ do-install: ${INSTALL_SCRIPT} bin/qt20fix ${PREFIX}/bin ; \ ${INSTALL_SCRIPT} bin/qtrename140 ${PREFIX}/bin ; \ ${INSTALL_DATA} include/*.h ${PREFIX}/include/qt2 ; \ - ${INSTALL_DATA} lib/* ${PREFIX}/lib ) + ${INSTALL_DATA} lib/libqgl.a ${PREFIX}/lib ; \ + ${INSTALL_DATA} lib/libqxt.a ${PREFIX}/lib ; \ + ${INSTALL_DATA} lib/libqt2.so.3 ${PREFIX}/lib ) ${LN} -sf libqt2.so.3 ${PREFIX}/lib/libqt2.so ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) @@ -71,6 +73,7 @@ do-install: ${INSTALL_DATA} README ${PREFIX}/share/doc/qt2 ; \ ${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt2 ; \ ${INSTALL_DATA} changes-2.1.0 ${PREFIX}/share/doc/qt2 ; \ + ${INSTALL_DATA} changes-2.1.1 ${PREFIX}/share/doc/qt2 ; \ ${INSTALL_DATA} doc/html/* ${PREFIX}/share/doc/qt2/html ; \ ${INSTALL_MAN} doc/man/man3/q* ${PREFIX}/man/man3 ) .endif diff --git a/x11-toolkits/qt31/distinfo b/x11-toolkits/qt31/distinfo index 2ed5c090dd03..9f99089a6828 100644 --- a/x11-toolkits/qt31/distinfo +++ b/x11-toolkits/qt31/distinfo @@ -1 +1 @@ -MD5 (qt-x11-2.1.0.tar.gz) = b5d53d50de7f1ad7c1b8b5b0e6745b98 +MD5 (qt-x11-2.1.1.tar.gz) = 4af3035d2ce5ada50faa6a092539efe4 diff --git a/x11-toolkits/qt31/pkg-plist b/x11-toolkits/qt31/pkg-plist index 5770bbc289f4..b294d65f26e9 100644 --- a/x11-toolkits/qt31/pkg-plist +++ b/x11-toolkits/qt31/pkg-plist @@ -4,6 +4,11 @@ bin/moc2 bin/msg2qm bin/qt20fix bin/qtrename140 +include/qt2/jri.h +include/qt2/jri_md.h +include/qt2/jritypes.h +include/qt2/npapi.h +include/qt2/npupp.h include/qt2/q1xcompatibility.h include/qt2/qabstractlayout.h include/qt2/qaccel.h @@ -269,6 +274,7 @@ share/doc/qt2/PORTING share/doc/qt2/README share/doc/qt2/README.QT share/doc/qt2/changes-2.1.0 +share/doc/qt2/changes-2.1.1 share/doc/qt2/html/aboutqt.html share/doc/qt2/html/abstractwidgets.html share/doc/qt2/html/accelerators.html @@ -290,6 +296,7 @@ share/doc/qt2/html/buttongroup-w.png share/doc/qt2/html/buttongroups-main-cpp.html share/doc/qt2/html/buyhowto.html share/doc/qt2/html/changes21.html +share/doc/qt2/html/changes211.html share/doc/qt2/html/checklists-main-cpp.html share/doc/qt2/html/classes.html share/doc/qt2/html/collection.html @@ -300,6 +307,7 @@ share/doc/qt2/html/credits.html share/doc/qt2/html/cursor-cursor-cpp.html share/doc/qt2/html/customlayout-main-cpp.html share/doc/qt2/html/customlayout.html +share/doc/qt2/html/datastreamformat.html share/doc/qt2/html/dclock-main-cpp.html share/doc/qt2/html/debug.html share/doc/qt2/html/design.html |