Typo in the MESSAGE-server file. Found by bernd, gracias!
This commit is contained in:
parent
39c347ac8b
commit
cf556eb9ba
@ -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= "PostgreSQL RDBMS (client)"
|
||||||
COMMENT-server= "PostgreSQL RDBMS (server)"
|
COMMENT-server= "PostgreSQL RDBMS (server)"
|
||||||
@ -7,7 +7,7 @@ COMMENT-docs= "PostgreSQL RDBMS documentation"
|
|||||||
VERSION= 8.1.5
|
VERSION= 8.1.5
|
||||||
DISTNAME= postgresql-${VERSION}
|
DISTNAME= postgresql-${VERSION}
|
||||||
FULLPKGNAME= postgresql-client-${VERSION}
|
FULLPKGNAME= postgresql-client-${VERSION}
|
||||||
PKGNAME-server= postgresql-server-${VERSION}p0
|
PKGNAME-server= postgresql-server-${VERSION}p1
|
||||||
PKGNAME-docs= postgresql-docs-${VERSION}
|
PKGNAME-docs= postgresql-docs-${VERSION}
|
||||||
|
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
|
|
||||||
To use the postgresql server you have to create a database first.
|
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.
|
${PREFIX}/share/doc/postgresql/README.OpenBSD.
|
||||||
|
Loading…
Reference in New Issue
Block a user