diff options
-rw-r--r-- | databases/pgpool-II-30/Makefile | 6 | ||||
-rw-r--r-- | databases/pgpool-II-30/pkg-plist | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/pgpool-II-30/Makefile b/databases/pgpool-II-30/Makefile index 2b3cebd68c03..b98955d74697 100644 --- a/databases/pgpool-II-30/Makefile +++ b/databases/pgpool-II-30/Makefile @@ -3,6 +3,7 @@ PORTNAME= pgpool-II PORTVERSION= 3.0.4 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/3076/ PKGNAMESUFFIX= 30 @@ -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 @@ -28,8 +30,6 @@ PORTDOCShtml+= tutorial-en.html tutorial-ja.html OPTIONS_DEFINE= DOCS 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-30/pkg-plist b/databases/pgpool-II-30/pkg-plist index 06205ae13402..d17d30a55133 100644 --- a/databases/pgpool-II-30/pkg-plist +++ b/databases/pgpool-II-30/pkg-plist @@ -18,9 +18,9 @@ etc/pool_hba.conf.sample include/pcp.h include/pool_type.h lib/libpcp.a -lib/libpcp.la lib/libpcp.so lib/libpcp.so.0 +lib/libpcp.so.0.0.0 lib/postgresql/pgpool-recovery.so man/man8/pgpool.8.gz %%DATADIR%%/dist_def_pgbench.sql @@ -31,7 +31,6 @@ man/man8/pgpool.8.gz %%EXAMPLESDIR%%/pgpool_recovery_pitr %%EXAMPLESDIR%%/pgpool_remote_start share/postgresql/contrib/pgpool-recovery.sql -lib/postgresql/pgpool-recovery.so @dirrmtry share/postgresql/contrib @dirrm %%EXAMPLESDIR%% @dirrm %%DATADIR%% |