remove HOMEPAGE from DESCR

This commit is contained in:
espie 2007-05-17 23:54:24 +00:00
parent 3aefb858ec
commit 77bf0c0cc7
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2007/04/03 21:05:51 espie Exp $
# $OpenBSD: Makefile,v 1.37 2007/05/17 23:54:24 espie Exp $
COMMENT-main= "C++ X11 GUI toolkit"
COMMENT-examples= "examples for qt4"
@ -14,7 +14,7 @@ PKGNAME-postgresql= qt4-postgresql-${VERSION}
PKGNAME-examples= qt4-examples-${VERSION}
PKGNAME-sqlite2= qt4-sqlite2-${VERSION}
PKGNAME-sqlite= qt4-sqlite-${VERSION}
PKGNAME-main= qt4-${VERSION}p1
PKGNAME-main= qt4-${VERSION}p2
FULLPKGNAME-html= qt4-html-${VERSION}
SHARED_LIBS= Qt3Support 7.0 \
QtCore 6.2 \

View File

@ -1,7 +1,6 @@
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 qt4-html package,
or on the web (${HOMEPAGE}).
the main documentation is in the qt4-html package.
There is also a qt4-examples package, that contains tutorial, demos
simple example programs (source + binaries).