summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-04 16:56:24 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-04 16:56:24 +0000
commit01433ccf773c22557880df711bfa4a79bd88d264 (patch)
treecbd38e6fa3643afddcb9eda0e84371ec4e4911e5 /misc
parentcc41c0efbbf9840dedc5c7be70f18a6e902d9bae (diff)
downloadpkgsrc-01433ccf773c22557880df711bfa4a79bd88d264.tar.gz
DESTDIR support
Diffstat (limited to 'misc')
-rw-r--r--misc/whohas/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/whohas/Makefile b/misc/whohas/Makefile
index c1861959058..12b8388dc9b 100644
--- a/misc/whohas/Makefile
+++ b/misc/whohas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/01/05 09:36:05 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2010/02/04 16:56:24 joerg Exp $
#
DISTNAME= whohas-0.22
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.philippwesche.org/200811/whohas/intro.html
COMMENT= Query several packaging systems for a program
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= wget-[0-9]*:../../net/wget