diff options
author | imura <imura@FreeBSD.org> | 2000-04-15 00:10:27 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-04-15 00:10:27 +0800 |
commit | 662ce8dfea3f6266610a5990cee5434c934cd5be (patch) | |
tree | 869be81d2036ee8e74055ff927fe60f3abfe4ecb | |
parent | 10acb1c5e6823020e9e3eaa44f4df6e77701578d (diff) | |
download | freebsd-ports-gnome-662ce8dfea3f6266610a5990cee5434c934cd5be.tar.gz freebsd-ports-gnome-662ce8dfea3f6266610a5990cee5434c934cd5be.tar.zst freebsd-ports-gnome-662ce8dfea3f6266610a5990cee5434c934cd5be.zip |
- MASTER_SITES and WWW changed ( troll.no -> trolltech.com )
- Fix mis-writing of DESCR ( /usr/local -> /usr/X11R6 in qt-i18n and qt145 )
-rw-r--r-- | x11-toolkits/qt145/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt145/pkg-descr | 10 |
2 files changed, 4 insertions, 8 deletions
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile index 3607fdddddc9..9ef614134f7e 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/Makefile @@ -8,7 +8,7 @@ PORTNAME= qt PORTVERSION= 1.45 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.troll.no/qt/source/ +MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ MAINTAINER= will@FreeBSD.org diff --git a/x11-toolkits/qt145/pkg-descr b/x11-toolkits/qt145/pkg-descr index 1050619630ef..c482809f35d0 100644 --- a/x11-toolkits/qt145/pkg-descr +++ b/x11-toolkits/qt145/pkg-descr @@ -1,12 +1,8 @@ Qt is a toolkit for building a GUI for X in C++. The main -documentation is in /usr/local/share/doc/qt and is also available -on the homepage. This directory also contains a tutorial, and -example programs (aclock, biff, connect, cursor, dclock, desktop, -drawdemo, forever, hello, life, menu, makepic/ showpic, qmag, -showimg, tetris, tictac, timestmp, widgets, xform, xshape) have -also been installed. +documentation is in /usr/X11R6/share/doc/qt and is also available +on the homepage. -WWW: http://www.troll.no/qt/ +WWW: http://doc.trolltech.com/ - Michael Searle searle@longacre.demon.co.uk |