summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>2004-09-22 20:37:33 +0000
committertron <tron>2004-09-22 20:37:33 +0000
commita1e6426af3f1ddf502bd94981849713bac42b851 (patch)
treefdfa92b7af8c22c2c5d054d221c7383fd1607b41 /net
parent781b1e0a99dd57fd531ce48781175edf63d20b8c (diff)
downloadpkgsrc-a1e6426af3f1ddf502bd94981849713bac42b851.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')
-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"