Typo in the MESSAGE-server file. Found by bernd, gracias!

This commit is contained in:
mbalmer 2006-10-18 16:22:18 +00:00
parent 39c347ac8b
commit cf556eb9ba
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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.