summaryrefslogtreecommitdiff
path: root/net/ldns
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-08-19 12:59:40 +0000
committerjoerg <joerg@pkgsrc.org>2008-08-19 12:59:40 +0000
commitcde9cd747626df0c4bc2d7a1447960060a0e46c9 (patch)
tree0eb096bd08b29ed4a57222f1f37b17de7d0a769a /net/ldns
parentef891727ab207cef4120fa93071ab2e167815655 (diff)
downloadpkgsrc-cde9cd747626df0c4bc2d7a1447960060a0e46c9.tar.gz
Needs perl for building the man pages. Add DESTDIR support.
Diffstat (limited to 'net/ldns')
-rw-r--r--net/ldns/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/ldns/Makefile b/net/ldns/Makefile
index ff87dff7a85..e3fc85aaaa5 100644
--- a/net/ldns/Makefile
+++ b/net/ldns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/07/22 08:40:24 he Exp $
+# $NetBSD: Makefile,v 1.3 2008/08/19 12:59:40 joerg Exp $
DISTNAME= ldns-1.3.0
CATEGORIES= net
@@ -9,8 +9,12 @@ MAINTAINER= he@NetBSD.org
HOMEPAGE= http://www.nlnetlabs.nl/projects/ldns/
COMMENT= Library for simplified DNS programming
-USE_TOOLS+= gmake
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_TOOLS+= gmake perl
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+REPLACE_PERL= doc/doxyparse.pl
+
.include "../../mk/bsd.pkg.mk"