summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2010-12-11 17:20:06 +0000
committerasau <asau@pkgsrc.org>2010-12-11 17:20:06 +0000
commit190420b16113bca3cca64d1d56f0b28e8b481ec9 (patch)
treea1f0b976246f36988aebcd12baa5faf8387e67bf /databases
parent874ddc2a9e8db733afa43e9e48cf3331996f2f63 (diff)
downloadpkgsrc-190420b16113bca3cca64d1d56f0b28e8b481ec9.tar.gz
Build and install support module. Bump revision.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql90-upgrade/Makefile4
-rw-r--r--databases/postgresql90-upgrade/PLIST3
2 files changed, 5 insertions, 2 deletions
diff --git a/databases/postgresql90-upgrade/Makefile b/databases/postgresql90-upgrade/Makefile
index c058346018d..c01b095aa1e 100644
--- a/databases/postgresql90-upgrade/Makefile
+++ b/databases/postgresql90-upgrade/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/12/10 11:53:07 asau Exp $
+# $NetBSD: Makefile,v 1.2 2010/12/11 17:20:06 asau Exp $
PKGNAME= postgresql90-upgrade-${BASE_VERS}
+PKGREVISION= 1
COMMENT= PostgreSQL binary upgrade tool
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -11,6 +12,7 @@ DEPENDS+= postgresql90-server>=${BASE_VERS}:../../databases/postgresql90-server
.include "../../databases/postgresql90/Makefile.common"
BUILD_DIRS+= contrib/pg_upgrade
+BUILD_DIRS+= contrib/pg_upgrade_support
LIBS.SunOS+= -lintl
diff --git a/databases/postgresql90-upgrade/PLIST b/databases/postgresql90-upgrade/PLIST
index f196b24c882..171c385cafb 100644
--- a/databases/postgresql90-upgrade/PLIST
+++ b/databases/postgresql90-upgrade/PLIST
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/12/10 11:53:07 asau Exp $
+@comment $NetBSD: PLIST,v 1.2 2010/12/11 17:20:06 asau Exp $
${PG_SUBPREFIX}bin/pg_upgrade
+${PG_SUBPREFIX}lib/postgresql/pg_upgrade_support.so