diff options
author | ghen <ghen@pkgsrc.org> | 2012-01-23 15:11:54 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2012-01-23 15:11:54 +0000 |
commit | bd15fd7460c25b39f1e0f9b1cd97e94a36d307bf (patch) | |
tree | caf80a95fa312c7890dc0a1d4a187ed35e3bacc1 /net/powerdns-ldap | |
parent | 30f1213897b2054862c9919f174e50b457462cc2 (diff) | |
download | pkgsrc-bd15fd7460c25b39f1e0f9b1cd97e94a36d307bf.tar.gz |
Fix unportable == check in configure (I did not have PKG_DEVELOPER=yes when
previously updating this pkg), noted by joerg.
Also fix some PLIST issues (introduced with the same update).
Bump PKGREVISION of affected packages.
Diffstat (limited to 'net/powerdns-ldap')
-rw-r--r-- | net/powerdns-ldap/Makefile | 3 | ||||
-rw-r--r-- | net/powerdns-ldap/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/powerdns-ldap/Makefile b/net/powerdns-ldap/Makefile index ec6a24638dd..c681d0e3ec0 100644 --- a/net/powerdns-ldap/Makefile +++ b/net/powerdns-ldap/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2012/01/13 12:12:49 ghen Exp $ +# $NetBSD: Makefile,v 1.8 2012/01/23 15:11:54 ghen Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../net/powerdns/Makefile.backend" PKGNAME= ${DISTNAME:S/pdns/powerdns-ldap/} +PKGREVISION= 1 COMMENT= LDAP backend module for PowerDNS CONFIGURE_ARGS+= --with-dynmodules="ldap" diff --git a/net/powerdns-ldap/PLIST b/net/powerdns-ldap/PLIST index a895ebf7fcf..ab207c9279f 100644 --- a/net/powerdns-ldap/PLIST +++ b/net/powerdns-ldap/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 09:36:40 ghen Exp $ -lib/pdns/libldapbackend.la +@comment $NetBSD: PLIST,v 1.2 2012/01/23 15:11:54 ghen Exp $ +lib/libldapbackend.la |