From e56323e519ff674a30b71fd47ed77237396ff9e1 Mon Sep 17 00:00:00 2001 From: aanriot Date: Sun, 4 Nov 2007 19:49:25 +0000 Subject: [PATCH] explain how to use the help with a browser. "looks good" steven@ --- databases/pgadmin3/Makefile | 3 ++- databases/pgadmin3/pkg/MESSAGE | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 databases/pgadmin3/pkg/MESSAGE diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index fcc4199cc04..e3a1c2ec182 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2007/10/23 17:26:34 aanriot Exp $ +# $OpenBSD: Makefile,v 1.6 2007/11/04 19:49:25 aanriot Exp $ COMMENT= administration and development platform for PostgreSQL VERSION= 1.8.0 DISTNAME= pgadmin3-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= databases devel HOMEPAGE= http://www.pgadmin.org/ diff --git a/databases/pgadmin3/pkg/MESSAGE b/databases/pgadmin3/pkg/MESSAGE new file mode 100644 index 00000000000..8b7953ca75b --- /dev/null +++ b/databases/pgadmin3/pkg/MESSAGE @@ -0,0 +1,6 @@ +pgadmin3 is using the mime handling from wxWidgets. + +To select the browser to open URLs (i.e. the help), either use the +environment variable BROWSER or the properties of your desktop (for +example, share/mime-info/gnome-vfs.keys from the package +"gnome-mime-data").