Fix a typo.
This commit is contained in:
parent
29b8f44b34
commit
4c03b5ccd9
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.106 2007/04/23 15:25:17 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.107 2007/04/28 08:26:34 mbalmer Exp $
|
||||
|
||||
COMMENT-main= "PostgreSQL RDBMS (client)"
|
||||
COMMENT-server= "PostgreSQL RDBMS (server)"
|
||||
@ -8,7 +8,7 @@ COMMENT-contrib="PostgreSQL RDBMS contributions"
|
||||
VERSION= 8.2.4
|
||||
DISTNAME= postgresql-${VERSION}
|
||||
PKGNAME-main= postgresql-client-${VERSION}
|
||||
PKGNAME-server= postgresql-server-${VERSION}
|
||||
PKGNAME-server= postgresql-server-${VERSION}p0
|
||||
PKGNAME-docs= postgresql-docs-${VERSION}
|
||||
PKGNAME-contrib=postgresql-contrib-${VERSION}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
* Important note for users familar with former versions of this package:
|
||||
* Important note for users familiar with former versions of this package:
|
||||
The postgresql-server package does no longer install a default database.
|
||||
|
||||
To use the postgresql server you have to create a database first.
|
||||
|
Loading…
Reference in New Issue
Block a user