diff options
author | ghen <ghen@pkgsrc.org> | 2012-01-25 10:21:12 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2012-01-25 10:21:12 +0000 |
commit | 4a3ea6e7d32bf2539e5ec3c74a7d06600a3f4c32 (patch) | |
tree | 124f00a3ab302f709f3dbc6d06e7c6505c1a3809 /net/powerdns-pgsql | |
parent | a91b1d82d0d67375eae27035b4384ed756752011 (diff) | |
download | pkgsrc-4a3ea6e7d32bf2539e5ec3c74a7d06600a3f4c32.tar.gz |
Previous PLIST change was wrong due to a libdir bug now fixed by sbd. Revert
PLIST and bump PKGREVISION again for powerdns + modules.
Diffstat (limited to 'net/powerdns-pgsql')
-rw-r--r-- | net/powerdns-pgsql/Makefile | 4 | ||||
-rw-r--r-- | net/powerdns-pgsql/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/powerdns-pgsql/Makefile b/net/powerdns-pgsql/Makefile index ee7595b6f42..0c738baa362 100644 --- a/net/powerdns-pgsql/Makefile +++ b/net/powerdns-pgsql/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2012/01/23 15:11:54 ghen Exp $ +# $NetBSD: Makefile,v 1.11 2012/01/25 10:21:12 ghen Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../net/powerdns/Makefile.backend" PKGNAME= ${DISTNAME:S/pdns/powerdns-pgsql/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= PostgreSQL backend module for PowerDNS CONFIGURE_ARGS+= --with-dynmodules="gpgsql" diff --git a/net/powerdns-pgsql/PLIST b/net/powerdns-pgsql/PLIST index b1b333f2e29..1a0f7f0f3a2 100644 --- a/net/powerdns-pgsql/PLIST +++ b/net/powerdns-pgsql/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.2 2012/01/23 15:11:54 ghen Exp $ -lib/libgpgsqlbackend.la +@comment $NetBSD: PLIST,v 1.3 2012/01/25 10:21:12 ghen Exp $ +lib/pdns/libgpgsqlbackend.la |