Fix plist problem for postgresql-9.6 [1]

Fix spelling while here [2]

Pointed out by:	matthew [1], bcr [2]
Pointy hat to:	girgen
This commit is contained in:
Palle Girgensohn 2016-09-07 01:57:44 +00:00
parent d9c24f77d8
commit b19404b6e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421475
3 changed files with 6 additions and 4 deletions

View File

@ -243,7 +243,9 @@ do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ;\
${INSTALL_SCRIPT} ${WRKDIR}/502.pgsql \
${STAGEDIR}${PREFIX}/etc/periodic/daily
${MKDIR} ${STAGEDIR}${PREFIX}/${PG_USER}
. if ${PORTVERSION:M9.[2345].*}
${MKDIR} ${STAGEDIR}${PREFIX}/${PG_USER}
. endif
. endif # SERVER_ONLY
. if defined(CLIENT_ONLY)
@ cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-local

View File

@ -2,7 +2,7 @@
# $FreeBSD$
DISTVERSION?= 9.6rc1
PORTREVISION?= 1
PORTREVISION?= 2
MAINTAINER?= pgsql@FreeBSD.org

View File

@ -8,8 +8,8 @@ appropriately.
The port is set up to use autovacuum for new databases, but you might
also want to vacuum and perhaps backup your database regularly. There
is a periodic script, %%PREFIX%%/etc/periodic/daily/502.pgsql, that
you may find useful. You can use it to backup and perfom vacuum on all
databases nightly. Per default, it perfoms `vacuum analyze'. See the
you may find useful. You can use it to backup and perform vacuum on all
databases nightly. Per default, it performs `vacuum analyze'. See the
script for instructions. For autovacuum settings, please review
~pgsql/data/postgresql.conf.