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-mysql | |
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-mysql')
-rw-r--r-- | net/powerdns-mysql/Makefile | 4 | ||||
-rw-r--r-- | net/powerdns-mysql/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/powerdns-mysql/Makefile b/net/powerdns-mysql/Makefile index c20f66b72b3..8df9f52addc 100644 --- a/net/powerdns-mysql/Makefile +++ b/net/powerdns-mysql/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2012/01/23 15:11:54 ghen Exp $ +# $NetBSD: Makefile,v 1.9 2012/01/25 10:21:12 ghen Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../net/powerdns/Makefile.backend" PKGNAME= ${DISTNAME:S/pdns/powerdns-mysql/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= MySQL backend module for PowerDNS CONFIGURE_ARGS+= --with-dynmodules="gmysql" diff --git a/net/powerdns-mysql/PLIST b/net/powerdns-mysql/PLIST index ff63f8b1be6..50a18241b4f 100644 --- a/net/powerdns-mysql/PLIST +++ b/net/powerdns-mysql/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.3 2012/01/23 15:11:54 ghen Exp $ -lib/libgmysqlbackend.la +@comment $NetBSD: PLIST,v 1.4 2012/01/25 10:21:12 ghen Exp $ +lib/pdns/libgmysqlbackend.la |