- switch to pkg-readmes

- disable silent builds

ok pea@ (MAINTAINER)
This commit is contained in:
jasper 2010-11-08 08:53:05 +00:00
parent 637487f794
commit 088261f9df
3 changed files with 4 additions and 11 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/10/18 17:06:08 espie Exp $
# $OpenBSD: Makefile,v 1.5 2010/11/08 08:53:05 jasper Exp $
COMMENT = lightweight connection pooler for PostgreSQL
DISTNAME = pgbouncer-1.3.3
PKGNAME = ${DISTNAME}p1
REVISION = 2
CATEGORIES = databases
@ -27,6 +27,7 @@ CONFIGURE_STYLE = gnu
#Disable the detection of asciidoc since docs are already included
CONFIGURE_ENV = ASCIIDOC=' '
CONFIGURE_ARGS = --with-libevent=${LOCALBASE}
MAKE_FLAGS+= V=1
USE_GMAKE = Yes
USE_GROFF = Yes
@ -36,10 +37,4 @@ USE_GROFF = Yes
# firewall (iptables)
NO_REGRESS = Yes
post-install:
${SUBST_CMD} -c ${FILESDIR}/README.OpenBSD \
${PREFIX}/share/doc/pgbouncer/README.OpenBSD
chown ${SHAREOWN}:${SHAREGRP} \
${PREFIX}/share/doc/pgbouncer/README.OpenBSD
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
Please see ${PREFIX}/share/doc/pgbouncer/README.OpenBSD for
a brief intro to using pgbouncer on OpenBSD.

View File

@ -1,4 +1,4 @@
$OpenBSD: README.OpenBSD,v 1.2 2010/07/08 16:23:54 ajacoutot Exp $
$OpenBSD: README,v 1.1 2010/11/08 08:53:05 jasper Exp $
1) Carefully edit ${SYSCONFDIR}/pgbouncer/pgbouncer.ini and
${SYSCONFDIR}/pgbouncer/userlist.txt to fit your needs.