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 | ae48b67237ad80bd9d1b1e6cd1a92cb1c935dc67 (patch) | |
tree | 124f00a3ab302f709f3dbc6d06e7c6505c1a3809 /net/powerdns-mysql | |
parent | d085729f0117f12b969abd1c0c717893903bd8b8 (diff) | |
download | pkgsrc-ae48b67237ad80bd9d1b1e6cd1a92cb1c935dc67.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 |