Index: head/databases/pgpool/Makefile =================================================================== --- head/databases/pgpool/Makefile (revision 357693) +++ head/databases/pgpool/Makefile (revision 357694) @@ -1,32 +1,29 @@ # Created by: Choe, Cheng-Dae # $FreeBSD$ PORTNAME= pgpool PORTVERSION= 3.4.1 PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/ MAINTAINER= ports@FreeBSD.org COMMENT= Connection pool server for PostgreSQL USES= gmake GNU_CONFIGURE= yes USE_RC_SUBR= pgpool CONFLICTS= pgpool-II-* PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp -MAN8= pgpool.8 - -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} .endfor .endif .include Index: head/databases/pgpool/pkg-plist =================================================================== --- head/databases/pgpool/pkg-plist (revision 357693) +++ head/databases/pgpool/pkg-plist (revision 357694) @@ -1,5 +1,6 @@ bin/pgpool etc/pgpool.conf.sample etc/pool_hba.conf.sample +man/man8/pgpool.8.gz share/pgpool/pgpool.pam @dirrm share/pgpool