From cf556eb9baf48eca68e2d094a563c89f5158eafa Mon Sep 17 00:00:00 2001 From: mbalmer Date: Wed, 18 Oct 2006 16:22:18 +0000 Subject: [PATCH] Typo in the MESSAGE-server file. Found by bernd, gracias! --- databases/postgresql/Makefile | 4 ++-- databases/postgresql/pkg/MESSAGE-server | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index 7ec457a433f..c50c942da45 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.92 2006/10/18 13:54:22 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.93 2006/10/18 16:22:18 mbalmer Exp $ COMMENT= "PostgreSQL RDBMS (client)" COMMENT-server= "PostgreSQL RDBMS (server)" @@ -7,7 +7,7 @@ COMMENT-docs= "PostgreSQL RDBMS documentation" VERSION= 8.1.5 DISTNAME= postgresql-${VERSION} FULLPKGNAME= postgresql-client-${VERSION} -PKGNAME-server= postgresql-server-${VERSION}p0 +PKGNAME-server= postgresql-server-${VERSION}p1 PKGNAME-docs= postgresql-docs-${VERSION} CATEGORIES= databases diff --git a/databases/postgresql/pkg/MESSAGE-server b/databases/postgresql/pkg/MESSAGE-server index 287f5e0a21b..0679789992e 100644 --- a/databases/postgresql/pkg/MESSAGE-server +++ b/databases/postgresql/pkg/MESSAGE-server @@ -3,5 +3,5 @@ To use the postgresql server you have to create a database first. -You find detailled instructions on how to install a database in the file +You find detailed instructions on how to install a database in the file ${PREFIX}/share/doc/postgresql/README.OpenBSD.