summaryrefslogtreecommitdiff
path: root/net/hesiod
diff options
context:
space:
mode:
Diffstat (limited to 'net/hesiod')
-rw-r--r--net/hesiod/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/hesiod/Makefile b/net/hesiod/Makefile
index 46f1d2e0f11..37e4f80d1b6 100644
--- a/net/hesiod/Makefile
+++ b/net/hesiod/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/12/05 23:55:13 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2008/07/14 12:56:10 joerg Exp $
DISTNAME= hesiod-3.0.2
CATEGORIES= net
@@ -7,6 +7,8 @@ MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/
MAINTAINER= kpneal@pobox.org
COMMENT= Hesiod network database client and library
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../mk/bsd.prefs.mk"
.if exists(/usr/include/hesiod.h) && !defined(USE_HESIOD)