View | Details | Raw Unified | Return to bug 192507 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+2 lines)
Lines 20-25 Link Here
20
20
21
.if ${PORT_OPTIONS:MDOCS}
21
.if ${PORT_OPTIONS:MDOCS}
22
BUILD_DEPENDS+=	xmlto:${PORTSDIR}/textproc/xmlto
22
BUILD_DEPENDS+=	xmlto:${PORTSDIR}/textproc/xmlto
23
MAN1=		pgbouncer.1
24
MAN5=		pgbouncer.5
23
.endif
25
.endif
24
26
25
PORTSCOUT=	site:http://pgfoundry.org/frs/?group_id=1000258
27
PORTSCOUT=	site:http://pgfoundry.org/frs/?group_id=1000258
(-)pkg-plist (-2 lines)
Lines 1-6 Link Here
1
bin/pgbouncer
1
bin/pgbouncer
2
man/man1/pgbouncer.1.gz
3
man/man5/pgbouncer.5.gz
4
@sample etc/pgbouncer.ini.sample
2
@sample etc/pgbouncer.ini.sample
5
@sample etc/pgbouncer.users.sample
3
@sample etc/pgbouncer.users.sample
6
@exec [ -d %%PGBOUNCER_LOGDIR%% ] || mkdir -p %%PGBOUNCER_LOGDIR%%
4
@exec [ -d %%PGBOUNCER_LOGDIR%% ] || mkdir -p %%PGBOUNCER_LOGDIR%%

Return to bug 192507