summaryrefslogtreecommitdiff
path: root/net/bind9
diff options
context:
space:
mode:
authortron <tron>2004-09-22 20:37:33 +0000
committertron <tron>2004-09-22 20:37:33 +0000
commit96964c9a97923bd673bff772b852e454813647ab (patch)
treefdfa92b7af8c22c2c5d054d221c7383fd1607b41 /net/bind9
parente6bf7e1a1807541f0ed9d802a6b14749f3358bef (diff)
downloadpkgsrc-96964c9a97923bd673bff772b852e454813647ab.tar.gz
Map "include/bind" to "include" in the buildlink area so that programs
will pickup the BIND 9 version of e.g. "arpa/nameser.h".
Diffstat (limited to 'net/bind9')
-rw-r--r--net/bind9/buildlink3.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bind9/buildlink3.mk b/net/bind9/buildlink3.mk
index b728f1e8b80..f188552b867 100644
--- a/net/bind9/buildlink3.mk
+++ b/net/bind9/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2004/04/15 20:20:49 tron Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2004/09/22 20:37:33 tron Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
BIND_BUILDLINK3_MK:= ${BIND_BUILDLINK3_MK}+
@@ -14,6 +14,8 @@ BUILDLINK_PACKAGES+= bind
BUILDLINK_DEPENDS.bind+= bind>=9.2.2
BUILDLINK_RECOMMENDED.bind?= bind>=9.2.3nb4
BUILDLINK_PKGSRCDIR.bind?= ../../net/bind9
+
+BUILDLINK_TRANSFORM.bind= -e "s|include/bind/|include/|g"
.endif # BIND_BUILDLINK3_MK
.include "../../security/openssl/buildlink3.mk"