summaryrefslogtreecommitdiff
path: root/dns/powerdns
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-03-28 20:44:06 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-03-28 20:44:06 +0000
commit3d8bab1e5d2918c24684fda7eb6e283162c4bec6 (patch)
tree6c3d48ea3bedddd31cb2064727bb02624e725ad2 /dns/powerdns
parentUpdate to 5.04.3. (diff)
- move post-patch into conditional
Notes
Notes: svn path=/head/; revision=77641
Diffstat (limited to 'dns/powerdns')
-rw-r--r--dns/powerdns/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index 7f0e688d97b6..a6fbc05ad610 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -61,14 +61,6 @@ MAN8= pdns_control.8 pdns_server.8 zone2sql.8
pre-everything::
@ ${SETENV} ${SCRIPTS_ENV} ${SH} ${FILESDIR}/configure.powerdns
-post-patch:
- ${REINPLACE_CMD} -e 's;-I. ;-I. -I${LOCALBASE}/include ;' \
- -e 's;la_LDFLAGS =;la_LDFLAGS = -L${LOCALBASE}/lib;' \
- ${WRKSRC}/modules/ldapbackend/Makefile.in
- ${REINPLACE_CMD} -e 's;@LIBDL@;@LIBDL@ -L${LOCALBASE}/lib;' \
- -e 's;@modulelibs@;@modulelibs@ -llber;' \
- ${WRKSRC}/pdns/Makefile.in
-
post-install:
.if !exists(${PREFIX}/etc/pdns.conf)
${INSTALL_DATA} ${PREFIX}/etc/pdns.conf-dist ${PREFIX}/etc/pdns.conf
@@ -101,6 +93,14 @@ PLIST_SUB+= RECURSOR=""
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20
LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20
CONFIGURE_MODULES+= "ldap"
+
+post-patch:
+ ${REINPLACE_CMD} -e 's;-I. ;-I. -I${LOCALBASE}/include ;' \
+ -e 's;la_LDFLAGS =;la_LDFLAGS = -L${LOCALBASE}/lib;' \
+ ${WRKSRC}/modules/ldapbackend/Makefile.in
+ ${REINPLACE_CMD} -e 's;@LIBDL@;@LIBDL@ -L${LOCALBASE}/lib;' \
+ -e 's;@modulelibs@;@modulelibs@ -llber;' \
+ ${WRKSRC}/pdns/Makefile.in
.endif
.else