diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-09 20:32:21 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-09 20:32:21 +0000 |
commit | 5fc14172294c993da9294f0953eb2ca543c7071d (patch) | |
tree | ceccf05abc4c9f2043ce32e4d6a06c6047d0f68d /databases | |
parent | 9456c98dd124ec0efd82b36e4637d5a61840c74d (diff) | |
download | ports-5fc14172294c993da9294f0953eb2ca543c7071d.tar.gz ports-5fc14172294c993da9294f0953eb2ca543c7071d.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgpool-II/Makefile | 6 | ||||
-rw-r--r-- | databases/pgpool-II/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/pgpool-II/Makefile b/databases/pgpool-II/Makefile index fff220682cce..99336cfbb9d9 100644 --- a/databases/pgpool-II/Makefile +++ b/databases/pgpool-II/Makefile @@ -3,6 +3,7 @@ PORTNAME= pgpool-II PORTVERSION= 3.1.6 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= LOCAL/kuriyama \ http://www.pgpool.net/mediawiki/images/ @@ -12,8 +13,9 @@ COMMENT= Connection pool server for PostgreSQL LICENSE= BSD -USES= gmake GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= gmake libtool USE_PGSQL= yes USE_LDCONFIG= yes USE_OPENSSL= yes @@ -46,8 +48,6 @@ PLIST_SUB= PGSQL9="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure @${REINPLACE_CMD} -e 's| pg_config| ${LOCALBASE}/bin/pg_config|g' \ ${WRKSRC}/sql/pgpool-recovery/Makefile diff --git a/databases/pgpool-II/pkg-plist b/databases/pgpool-II/pkg-plist index a4509adc7b13..9ea3b94a559e 100644 --- a/databases/pgpool-II/pkg-plist +++ b/databases/pgpool-II/pkg-plist @@ -22,9 +22,9 @@ include/pcp.h include/pool_process_reporting.h include/pool_type.h lib/libpcp.a -lib/libpcp.la lib/libpcp.so lib/libpcp.so.0 +lib/libpcp.so.0.0.0 man/man8/pgpool.8.gz %%DATADIR%%/dist_def_pgbench.sql %%DATADIR%%/insert_lock.sql |