diff options
author | asau <asau@pkgsrc.org> | 2010-12-11 17:20:06 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-12-11 17:20:06 +0000 |
commit | 4799b4413afdaca4fc7e3942bba801b1de4a8934 (patch) | |
tree | a1f0b976246f36988aebcd12baa5faf8387e67bf /databases/postgresql90-upgrade | |
parent | fc89bca80ccf31a0dcc42a3e3030d8934b6f538f (diff) | |
download | pkgsrc-4799b4413afdaca4fc7e3942bba801b1de4a8934.tar.gz |
Build and install support module. Bump revision.
Diffstat (limited to 'databases/postgresql90-upgrade')
-rw-r--r-- | databases/postgresql90-upgrade/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql90-upgrade/PLIST | 3 |
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 |