summaryrefslogtreecommitdiff
path: root/net/adns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/adns/Makefile')
-rw-r--r--net/adns/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/adns/Makefile b/net/adns/Makefile
index 6f66ef6a1f9..3f0c066b201 100644
--- a/net/adns/Makefile
+++ b/net/adns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2008/02/28 11:58:48 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2008/06/12 02:14:38 joerg Exp $
#
DISTNAME= adns-1.1
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/
COMMENT= Asynchronous-capable DNS client library and utilities
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= gmake
USE_LIBTOOL= YES
@@ -17,4 +19,6 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-dynamic
AUTO_MKDIRS= yes
+INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX}
+
.include "../../mk/bsd.pkg.mk"