tweak DESCR slightly so that the HOMEPAGE shows up at the usual place.

This commit is contained in:
espie 2007-05-14 08:22:00 +00:00
parent bc17ceaea0
commit a93dcccb20
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.77 2007/05/09 11:48:17 bernd Exp $
# $OpenBSD: Makefile,v 1.78 2007/05/14 08:22:00 espie Exp $
# $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $
COMMENT-main= "C++ X11 GUI toolkit"
@ -12,7 +12,7 @@ PKGNAME= qt3-${VERSION}
PKGNAME-mysql= qt3-mysql-${VERSION}p1
PKGNAME-postgresql= qt3-postgresql-${VERSION}p1
PKGNAME-examples= qt3-examples-${VERSION}p1
PKGNAME-main= qt3-mt-${VERSION}p4
PKGNAME-main= qt3-mt-${VERSION}p5
FULLPKGNAME-html= qt3-html-${VERSION}
PKGNAME-sqlite2= qt3-sqlite2-${VERSION}p1
SHARED_LIBS= qt-mt 31.0 \

View File

@ -1,7 +1,7 @@
Qt is a toolkit for building a GUI for X in C++.
There are some user documentation files in ${QT_DOC}, but
the main documentation is in the qt3-html package,
or on the web (${HOMEPAGE}).
or on the web.
There is also a qt3-examples package, that contains a tutorial and
simple example programs (source + binaries).