From a93dcccb202b0da49b8526635d3a6e84a7aad7ae Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 14 May 2007 08:22:00 +0000 Subject: [PATCH] tweak DESCR slightly so that the HOMEPAGE shows up at the usual place. --- x11/qt3/Makefile | 4 ++-- x11/qt3/pkg/DESCR-main | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 5d222a187a3..874f6da4012 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -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 \ diff --git a/x11/qt3/pkg/DESCR-main b/x11/qt3/pkg/DESCR-main index c442b6afdb9..c421936b7ee 100644 --- a/x11/qt3/pkg/DESCR-main +++ b/x11/qt3/pkg/DESCR-main @@ -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).